Skip to content

Commit 1ce4cee

Browse files
committed
Test
1 parent f3867d6 commit 1ce4cee

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
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest]
11-
php-versions: ["8.2", "8.3", "8.4"]
11+
php-versions: ["8.3", "8.4"]
1212
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.os }}
1313
steps:
1414
- name: Checkout
@@ -53,7 +53,7 @@ jobs:
5353
TOKEN: ${{ secrets.TOKEN }}
5454
DEST: ${{ secrets.DEST }}
5555
run: |
56-
vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
56+
vendor/bin/phpunit
5757
5858
#- name: Run mutation tests
5959
# env:

0 commit comments

Comments
 (0)