Skip to content

Commit 3f4d464

Browse files
committed
Do not run PHP QA on PHP 8.4
1 parent db69ade commit 3f4d464

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php-qa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: inpsyde/reusable-workflows/.github/workflows/lint-php.yml@main
3939
strategy:
4040
matrix:
41-
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
41+
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
4242
with:
4343
PHP_VERSION: ${{ matrix.php }}
4444
LINT_ARGS: '-e php --colors --show-deprecated ./src'
@@ -54,7 +54,7 @@ jobs:
5454
uses: inpsyde/reusable-workflows/.github/workflows/static-analysis-php.yml@main
5555
strategy:
5656
matrix:
57-
php: [ '8.1', '8.2', '8.3', '8.4' ]
57+
php: [ '8.1', '8.2', '8.3' ]
5858
include:
5959
- php: '7.4'
6060
composer: '--ignore-platform-req=php'

0 commit comments

Comments
 (0)