Skip to content

Commit 20872bb

Browse files
committed
Add PHP 8.2 to test workflow matrix
Signed-off-by: Maurício Meneghini Fauth <[email protected]>
1 parent 3b4b2ae commit 20872bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mutation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
php-version: ["8.0"]
17+
php-version: ["8.1"]
1818
operating-system: [ubuntu-latest]
1919

2020
steps:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
continue-on-error: ${{ matrix.experimental }}
1616
strategy:
1717
matrix:
18-
php-version: ["7.1", "7.2", "7.3", "7.4", "8.0", "8.1"]
18+
php-version: ["7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
1919
os: [ubuntu-latest]
2020
experimental: [false]
2121
composer-options: ['']

0 commit comments

Comments
 (0)