Skip to content

Commit 7d30d3a

Browse files
committed
Fix GH builds
1 parent 7de6a9f commit 7d30d3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php: [7.3, 7.4, 8.0]
15+
php: [8.0]
1616

1717
name: PHP ${{ matrix.php }}
1818
steps:
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run phpunit tests
3333
run: |
3434
mkdir -p build/logs
35-
vendor/bin/simple-phpunit --coverage-clover ./build/logs/clover.xml
35+
vendor/bin/phpunit --coverage-clover ./build/logs/clover.xml
3636
- name: Run phpcs
3737
run: composer cs
3838

0 commit comments

Comments
 (0)