Skip to content

Commit 5f7b5c0

Browse files
committedSep 7, 2022
Run tests on PHP 8.2
1 parent 36764aa commit 5f7b5c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php: [8.0, 8.1]
11+
php: [8.0, 8.1, 8.2]
1212
symfony: ["4.4.*", "5.4.*", "6.0.*", "6.1.*"]
1313
exclude:
1414
- php: 8.0
@@ -51,7 +51,7 @@ jobs:
5151
ref: "6.0"
5252

5353
- name: Checkout Symfony 6.1 Sample
54-
if: "matrix.symfony == '6.1.*' && matrix.php == '8.1'"
54+
if: "matrix.symfony == '6.1.*'"
5555
uses: actions/checkout@v2
5656
with:
5757
repository: Codeception/symfony-module-tests

0 commit comments

Comments
 (0)
Please sign in to comment.