Skip to content

Commit 1286054

Browse files
Merge branch 'microformats:master' into master
2 parents b4190e6 + 2c959d4 commit 1286054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
php: ['5.4', '7.3', '7.4', '8.0']
14+
php: ['5.6', '7.3', '7.4']
1515

1616
runs-on: ubuntu-latest
1717

@@ -40,7 +40,7 @@ jobs:
4040
run: composer install --prefer-dist --no-progress
4141

4242
- name: Run Test Suite
43-
run: XDEBUG_MODE=coverage ./vendor/bin/phpunit tests --coverage-filter src --coverage-text
43+
run: XDEBUG_MODE=coverage ./vendor/bin/phpunit tests --coverage-text
4444

4545
#- name: Run Static Analysis
4646
# run: ./vendor/bin/psalm

0 commit comments

Comments
 (0)