We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1108e3e commit 27e94c1Copy full SHA for 27e94c1
.github/workflows/main.yml
@@ -9,10 +9,10 @@ jobs:
9
strategy:
10
matrix:
11
php: [8.1, 8.2, 8.3]
12
- symfony: ["5.4.*", "6.4.*", "7.0.*"]
+ symfony: ["5.4.*", "6.4.*", "7.1.*"]
13
exclude:
14
- php: 8.1
15
- symfony: "7.0.*"
+ symfony: "7.1.*"
16
17
steps:
18
- name: Checkout code
@@ -42,13 +42,13 @@ jobs:
42
path: framework-tests
43
ref: "6.4"
44
45
- - name: Checkout Symfony 7.0 Sample
46
- if: "matrix.symfony == '7.0.*'"
+ - name: Checkout Symfony 7.1 Sample
+ if: "matrix.symfony == '7.1.*'"
47
uses: actions/checkout@v4
48
with:
49
repository: Codeception/symfony-module-tests
50
51
- ref: "7.0"
+ ref: "7.1"
52
53
- name: Get composer cache directory
54
id: composer-cache
0 commit comments