Skip to content

Commit

Permalink
Allow & test Symfony 7
Browse files Browse the repository at this point in the history
  • Loading branch information
yann-eugone committed Aug 1, 2024
1 parent ca2e512 commit 28b2346
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ jobs:
matrix:
include:
- php-version: "8.1"
symfony-version: "6.3.*"
symfony-version: "6.4.*"
- php-version: "8.3"
symfony-version: "6.4.*"
- php-version: "8.2"
symfony-version: "6.3.*"
symfony-version: "7.1.*"
- php-version: "8.3"
symfony-version: "7.1.*"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -47,8 +51,8 @@ jobs:
strategy:
matrix:
include:
- php-version: "8.2"
symfony-version: "6.3.*"
- php-version: "8.3"
symfony-version: "7.1.*"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -84,8 +88,8 @@ jobs:
strategy:
matrix:
include:
- php-version: "8.2"
symfony-version: "6.3.*"
- php-version: "8.3"
symfony-version: "7.1.*"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -115,8 +119,8 @@ jobs:
strategy:
matrix:
include:
- php-version: "8.2"
symfony-version: "6.3.*"
- php-version: "8.3"
symfony-version: "7.1.*"

steps:
- name: "Checkout"
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"doctrine/orm": "^2.7|^3.2",
"sonata-project/doctrine-orm-admin-bundle": "^4.9",
"sonata-project/admin-bundle": "^4.22",
"symfony/framework-bundle": "^6.3",
"symfony/validator": "^6.3",
"symfony/framework-bundle": "^6.3|^7.0",
"symfony/validator": "^6.3|^7.0",
"twig/twig": "^3.5"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.5",
"symfony/browser-kit": "^6.3",
"symfony/css-selector": "^6.3",
"symfony/browser-kit": "^6.3|^7.0",
"symfony/css-selector": "^6.3|^7.0",
"symplify/easy-coding-standard": "^11.3"
},
"autoload": {
Expand Down

0 comments on commit 28b2346

Please sign in to comment.