Skip to content

Commit

Permalink
Run tests on Symfony 6.4 & latest 7.x (#346)
Browse files Browse the repository at this point in the history
* Run tests on Symfony 6.4 & latest 7.x

* Use 7.1.* instead of ^7.0
  • Loading branch information
yann-eugone authored Jun 11, 2024
1 parent e155893 commit 996153a
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ jobs:
- php-version: 8.1
symfony-version: 5.4.*
- 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: 7.0.*
symfony-version: 7.1.*
- php-version: 8.3
symfony-version: 7.1.*

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

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

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

steps:
- name: "Checkout"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 996153a

Please sign in to comment.