Skip to content

Commit b6390a3

Browse files
committed
test php8
1 parent 9632f1c commit b6390a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
max-parallel: 1
1313
matrix:
14-
php-versions: ['8.0']
14+
php-versions: ['8.0.0']
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
@@ -32,7 +32,7 @@ jobs:
3232
if: ${{ matrix.php-versions == '8.0' }}
3333
run: |
3434
echo ${{ matrix.php-versions }}
35-
composer require phpunit/phpunit=8.0.0
35+
composer require phpunit/phpunit=9.0.0
3636
composer install --no-interaction --prefer-source --dev
3737
3838

0 commit comments

Comments
 (0)