Skip to content

Commit

Permalink
Merge pull request #196 from lchrusciel/symfony-support
Browse files Browse the repository at this point in the history
[Maintenance] Update Symfony support
  • Loading branch information
lchrusciel authored Dec 9, 2023
2 parents 6c8bc25 + adb3084 commit 749998f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ jobs:
fail-fast: false
matrix:
php: [8.1, 8.2, 8.3]
symfony: [5.4.*, 6.2.*, 6.3.*]
symfony: [6.4.*, 7.0.*]
phpunit: [^9.0, ^10.0]
php-matcher: [^6.0]
exclude:
- php: 8.1
symfony: 7.0.*

steps:
- uses: "actions/checkout@v2"
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"nelmio/alice": "^3.6",
"phpspec/php-diff": "^1.1",
"phpunit/phpunit": "^9.0 || ^10.0",
"symfony/browser-kit": "^5.4 || ^6.0",
"symfony/finder": "^5.4 || ^6.0",
"symfony/framework-bundle": "^5.4 || ^6.0",
"symfony/browser-kit": "^6.4 || ^7.0",
"symfony/finder": "^6.4 || ^7.0",
"symfony/framework-bundle": "^6.4 || ^7.0",
"theofidry/alice-data-fixtures": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 749998f

Please sign in to comment.