Skip to content

Commit

Permalink
#1118: Added PhpUnit 10 and Symfony 7 requirements for composer.json.…
Browse files Browse the repository at this point in the history
… Updated CI tests to test PHPUnit 10 version for latest PHP 8.x versions.
  • Loading branch information
KornDevbr committed Nov 18, 2024
1 parent 8cc5345 commit c52a13d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
php: 8.0
- phpunit: 9.5.26
php: 8.1
- phpunit: 10.5.38
php: 8.1
- phpunit: 10.5.38
php: 8.2
- phpunit: 10.5.38
php: 8.3

steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
],
"require": {
"php": "^7.0 || ^8.0",
"phpunit/phpunit": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"phpunit/phpunit": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10",
"behat/behat": "^3.0.0",
"symfony/dependency-injection": "^4.0 || ^5.0 || ^6.0"
"symfony/dependency-injection": "^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c52a13d

Please sign in to comment.