Skip to content

Commit

Permalink
Update to symfony/console 7.0 and phpunit 10
Browse files Browse the repository at this point in the history
  • Loading branch information
makraz committed Jan 18, 2024
1 parent 895b189 commit 95852d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ jobs:
matrix:
include:
- php: '7.4'
- php: '8.1'
- php: '8.0'
- php: '8.1'
- php: '8.2'
- php: '8.3'
fail-fast: false

runs-on: ubuntu-latest
Expand All @@ -39,4 +41,4 @@ jobs:
composer install -n
if [ "${{ matrix.mode }}" = "low-deps" ]; then composer update --prefer-lowest --prefer-stable -n; fi;
- name: Tests
run: vendor/bin/phpunit
run: vendor/bin/phpunit
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
},
"require": {
"php": ">=7.4",
"symfony/console": "~3.0|~4.0|~5.0|~6.0",
"symfony/console": "~3.0|~4.0|~5.0|~6.0|~7.0",
"php-di/invoker": "~2.0",
"psr/container": "^1.0|^2.0"
},
"require-dev": {
"phpunit/phpunit": "^6.4|^7|^8|^9",
"phpunit/phpunit": "^6.4|^7|^8|^9|^10",
"mnapoli/phpunit-easymock": "~1.0",
"friendsofphp/php-cs-fixer": "^2.12"
}
Expand Down

0 comments on commit 95852d7

Please sign in to comment.