Skip to content

Commit 128d526

Browse files
committed
test php8
1 parent b6390a3 commit 128d526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
composer install --no-interaction --prefer-source --dev
3030
3131
- name: Install dependencies(php8)
32-
if: ${{ matrix.php-versions == '8.0' }}
32+
if: ${{ matrix.php-versions == '8.0.0' }}
3333
run: |
3434
echo ${{ matrix.php-versions }}
3535
composer require phpunit/phpunit=9.0.0

0 commit comments

Comments
 (0)