We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36764aa commit 5f7b5c0Copy full SHA for 5f7b5c0
.github/workflows/main.yml
@@ -8,7 +8,7 @@ jobs:
8
9
strategy:
10
matrix:
11
- php: [8.0, 8.1]
+ php: [8.0, 8.1, 8.2]
12
symfony: ["4.4.*", "5.4.*", "6.0.*", "6.1.*"]
13
exclude:
14
- php: 8.0
@@ -51,7 +51,7 @@ jobs:
51
ref: "6.0"
52
53
- name: Checkout Symfony 6.1 Sample
54
- if: "matrix.symfony == '6.1.*' && matrix.php == '8.1'"
+ if: "matrix.symfony == '6.1.*'"
55
uses: actions/checkout@v2
56
with:
57
repository: Codeception/symfony-module-tests
0 commit comments