Skip to content

Commit 27e94c1

Browse files
authored
Add tests for Symfony 7.1 (#194)
1 parent 1108e3e commit 27e94c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
strategy:
1010
matrix:
1111
php: [8.1, 8.2, 8.3]
12-
symfony: ["5.4.*", "6.4.*", "7.0.*"]
12+
symfony: ["5.4.*", "6.4.*", "7.1.*"]
1313
exclude:
1414
- php: 8.1
15-
symfony: "7.0.*"
15+
symfony: "7.1.*"
1616

1717
steps:
1818
- name: Checkout code
@@ -42,13 +42,13 @@ jobs:
4242
path: framework-tests
4343
ref: "6.4"
4444

45-
- name: Checkout Symfony 7.0 Sample
46-
if: "matrix.symfony == '7.0.*'"
45+
- name: Checkout Symfony 7.1 Sample
46+
if: "matrix.symfony == '7.1.*'"
4747
uses: actions/checkout@v4
4848
with:
4949
repository: Codeception/symfony-module-tests
5050
path: framework-tests
51-
ref: "7.0"
51+
ref: "7.1"
5252

5353
- name: Get composer cache directory
5454
id: composer-cache

0 commit comments

Comments
 (0)