Skip to content

Commit 0c08999

Browse files
committed
Update workflow files
1 parent 54a0e01 commit 0c08999

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/php-qa.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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' ]
57+
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
5858
include:
5959
- php: '7.4'
6060
composer: '--ignore-platform-req=php'

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

+1-5
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,14 @@ jobs:
2929

3030
strategy:
3131
matrix:
32-
php: [ '8.1', '8.2', '8.3' ]
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'
38-
container-version: [ '^1.1.0', '^2' ]
39-
dependency-versions: [ 'lowest', 'highest' ]
4038
- php: '8.0'
4139
composer: '--ignore-platform-req=php'
42-
container-version: [ '^1.1.0', '^2' ]
43-
dependency-versions: [ 'lowest', 'highest' ]
4440

4541
steps:
4642
- name: Checkout

0 commit comments

Comments
 (0)