Skip to content

Commit 4f7edfa

Browse files
committed
Update to Symfony 6.2
1 parent 72846b0 commit 4f7edfa

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/main.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ jobs:
99
strategy:
1010
matrix:
1111
php: [8.0, 8.1, 8.2]
12-
symfony: ["4.4.*", "5.4.*", "6.0.*", "6.1.*"]
12+
symfony: ["4.4.*", "5.4.*", "6.0.*", "6.1.*", "6.2.*"]
1313
exclude:
1414
- php: 8.0
1515
symfony: "6.1.*"
16+
- php: 8.0
17+
symfony: "6.2.*"
1618

1719
steps:
1820
- name: Checkout code
@@ -58,6 +60,14 @@ jobs:
5860
path: framework-tests
5961
ref: "6.1"
6062

63+
- name: Checkout Symfony 6.2 Sample
64+
if: "matrix.symfony == '6.2.*'"
65+
uses: actions/checkout@v2
66+
with:
67+
repository: Codeception/symfony-module-tests
68+
path: framework-tests
69+
ref: "6.2"
70+
6171
- name: Get composer cache directory
6272
id: composer-cache
6373
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

0 commit comments

Comments
 (0)