1 parent b709cc0 commit 99d058cCopy full SHA for 99d058c
1 file changed
.github/workflows/tests.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: false
12
matrix:
13
- php: ['8.1', '8.2', '8.3'] # I removed 8.1 here assuming you kept PHPUnit 11
+ php: ['8.1', '8.2', '8.3']
14
steps:
15
- name: Checkout code
16
uses: actions/checkout@v4
@@ -22,4 +22,4 @@ jobs:
22
- name: Install dependencies
23
run: composer install --prefer-dist --no-progress
24
- name: Run tests
25
- run: ./vendor/bin/phpunit
+ run: ./vendor/bin/phpunit
0 commit comments