Skip to content

Commit ad2bd55

Browse files
committed
php-unit-tests.yml // move PHP 8.4 to separate step.
1 parent f086b63 commit ad2bd55

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/php-unit-tests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,14 @@ jobs:
2929

3030
strategy:
3131
matrix:
32-
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
32+
php: [ '7.4', '8.0', '8.1', '8.2', '8.3']
3333
container-version: [ '^1.1.0', '^2' ]
3434
dependency-versions: [ 'lowest', 'highest' ]
3535
include:
3636
- php: '7.4'
3737
composer: '--ignore-platform-req=php'
3838
- php: '8.0'
3939
composer: '--ignore-platform-req=php'
40-
- php: '8.4'
41-
dependency-versions: ['highest']
42-
container-version: [ '^2' ]
4340

4441
steps:
4542
- name: Checkout
@@ -79,3 +76,7 @@ jobs:
7976
files: ./coverage.xml
8077
flags: unittests
8178
verbose: true
79+
test-phpunit-84:
80+
uses: inpsyde/reusable-workflows/.github/workflows/tests-unit-php.yml@main
81+
with:
82+
PHP_VERSION: "8.4"

0 commit comments

Comments
 (0)