Skip to content

Commit

Permalink
Add tests for Symfony 7.1 (Codeception#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
TavoNiievez authored Jun 9, 2024
1 parent 1108e3e commit 27e94c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
strategy:
matrix:
php: [8.1, 8.2, 8.3]
symfony: ["5.4.*", "6.4.*", "7.0.*"]
symfony: ["5.4.*", "6.4.*", "7.1.*"]
exclude:
- php: 8.1
symfony: "7.0.*"
symfony: "7.1.*"

steps:
- name: Checkout code
Expand Down Expand Up @@ -42,13 +42,13 @@ jobs:
path: framework-tests
ref: "6.4"

- name: Checkout Symfony 7.0 Sample
if: "matrix.symfony == '7.0.*'"
- name: Checkout Symfony 7.1 Sample
if: "matrix.symfony == '7.1.*'"
uses: actions/checkout@v4
with:
repository: Codeception/symfony-module-tests
path: framework-tests
ref: "7.0"
ref: "7.1"

- name: Get composer cache directory
id: composer-cache
Expand Down

0 comments on commit 27e94c1

Please sign in to comment.