Skip to content

Commit 83eb810

Browse files
committed
Add Symfony 6 tests
1 parent b8b9379 commit 83eb810

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

Diff for: .github/workflows/main.yml

+11-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
php: [8.0, 8.1]
12-
symfony: ["4.4.*", "5.4.*"]
12+
symfony: ["4.4.*", "5.4.*", "6.0.*"]
1313

1414
steps:
1515
- name: Checkout code
@@ -29,15 +29,23 @@ jobs:
2929
with:
3030
repository: Codeception/symfony-module-tests
3131
path: framework-tests
32-
ref: 4.4_codecept5
32+
ref: "4.4_codecept5"
3333

3434
- name: Checkout Symfony 5.4 Sample
3535
if: "matrix.symfony == '5.4.*'"
3636
uses: actions/checkout@v2
3737
with:
3838
repository: Codeception/symfony-module-tests
3939
path: framework-tests
40-
ref: 5.4_codecept5
40+
ref: "5.4_codecept5"
41+
42+
- name: Checkout Symfony 6.0 Sample
43+
if: "matrix.symfony == '6.0.*'"
44+
uses: actions/checkout@v2
45+
with:
46+
repository: Codeception/symfony-module-tests
47+
path: framework-tests
48+
ref: "6.0"
4149

4250
- name: Get composer cache directory
4351
id: composer-cache

0 commit comments

Comments
 (0)