Skip to content

Commit a587227

Browse files
committed
Fix CI
1 parent 92a4339 commit a587227

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
args: --no-check-publish --no-check-version --strict
2020
- uses: php-actions/composer@v5
2121
with:
22-
php_version: 7.4
22+
php_version: 8.3
2323
version: 2
2424
progress: yes
2525
- name: PHPUnit Tests
2626
uses: php-actions/phpunit@v2
2727
with:
2828
configuration: test/phpunit.xml
29-
php_version: 7.4
30-
version: 7.5
29+
php_version: 8.3
30+
version: 10.5

0 commit comments

Comments
 (0)