Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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