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

Lines changed: 11 additions & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy