Skip to content

Commit

Permalink
Test against php 8.4
Browse files Browse the repository at this point in the history
* Test against php 8.4

* Update symfony/phpunit-bridge

* Allow to install phpunit 10
  • Loading branch information
sergiy-petrov authored Oct 9, 2024
1 parent 0b5d4fe commit e7c0339
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3']
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
dependency-versions: ['highest']
steps:
- name: Install PHP
Expand All @@ -34,4 +34,4 @@ jobs:
dependency-versions: ${{ matrix.dependency-versions }}

- name: Run PHPUnit tests
run: ./vendor/bin/simple-phpunit
run: ./vendor/bin/phpunit
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
},
"require-dev": {
"dg/bypass-finals": "^1.3",
"symfony/phpunit-bridge": "^5.4|^6.0"
"symfony/phpunit-bridge": "^5.4|^6.0|^7.0",
"phpunit/phpunit": "^9.0|^10.0"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit e7c0339

Please sign in to comment.