Skip to content

Commit 8682b2b

Browse files
committed
test php8
1 parent 128d526 commit 8682b2b

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
@@ -23,7 +23,7 @@ jobs:
2323
php-version: ${{ matrix.php-versions }}
2424

2525
- name: Install dependencies
26-
if: ${{ matrix.php-versions != '8.0' }}
26+
if: ${{ matrix.php-versions != '8.0.0' }}
2727
run: |
2828
composer self-update
2929
composer install --no-interaction --prefer-source --dev

0 commit comments

Comments
 (0)