Skip to content

Commit 99d058c

Browse files
Update tests.yml
1 parent b709cc0 commit 99d058c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['8.1', '8.2', '8.3'] # I removed 8.1 here assuming you kept PHPUnit 11
13+
php: ['8.1', '8.2', '8.3']
1414
steps:
1515
- name: Checkout code
1616
uses: actions/checkout@v4
@@ -22,4 +22,4 @@ jobs:
2222
- name: Install dependencies
2323
run: composer install --prefer-dist --no-progress
2424
- name: Run tests
25-
run: ./vendor/bin/phpunit
25+
run: ./vendor/bin/phpunit

0 commit comments

Comments
 (0)