Skip to content

Commit 6d94fc4

Browse files
authored
Merge pull request #40 from inpsyde/fix/add-php-8.3-support
Update php-qa.yml and add PHP 8.3
2 parents b14eef5 + 30af84f commit 6d94fc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php-qa.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
lint-php:
2525
strategy:
2626
matrix:
27-
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
27+
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
2828
uses: inpsyde/reusable-workflows/.github/workflows/lint-php.yml@main
2929
with:
3030
PHP_VERSION: ${{ matrix.php }}
@@ -37,7 +37,7 @@ jobs:
3737
tests-unit-php:
3838
strategy:
3939
matrix:
40-
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
40+
php: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
4141
uses: inpsyde/reusable-workflows/.github/workflows/tests-unit-php.yml@main
4242
secrets:
4343
COMPOSER_AUTH_JSON: ${{ secrets.COMPOSER_AUTH_JSON }}

0 commit comments

Comments
 (0)