Skip to content

Commit e370813

Browse files
committed
chore: run CI on PHP 8.4
1 parent ea91b8d commit e370813

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/quality-assurance-php.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: inpsyde/reusable-workflows/.github/workflows/lint-php.yml@main
4545
strategy:
4646
matrix:
47-
php-ver: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
47+
php-ver: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
4848
with:
4949
PHP_VERSION: ${{ matrix.php-ver }}
5050
LINT_ARGS: '-e php --colors --show-deprecated ./Inpsyde'
@@ -58,7 +58,7 @@ jobs:
5858
uses: inpsyde/reusable-workflows/.github/workflows/static-analysis-php.yml@main
5959
strategy:
6060
matrix:
61-
php-ver: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
61+
php-ver: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
6262
with:
6363
PHP_VERSION: ${{ matrix.php-ver }}
6464
PSALM_ARGS: ${{ format('--no-suggestions --report-show-info=false --find-unused-psalm-suppress --no-diff --output-format={0}', ((github.event_name == 'pull_request') && 'github') || 'compact') }}
@@ -68,7 +68,7 @@ jobs:
6868
uses: inpsyde/reusable-workflows/.github/workflows/tests-unit-php.yml@main
6969
strategy:
7070
matrix:
71-
php-ver: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
71+
php-ver: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
7272
with:
7373
PHP_VERSION: ${{ matrix.php-ver }}
7474
PHPUNIT_ARGS: '--no-coverage'

0 commit comments

Comments
 (0)