We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93b6509 commit 54a0e01Copy full SHA for 54a0e01
.github/workflows/php-unit-tests.yml
@@ -30,13 +30,17 @@ jobs:
30
strategy:
31
matrix:
32
php: [ '8.1', '8.2', '8.3' ]
33
- dependency-versions: [ 'lowest', 'highest' ]
34
container-version: [ '^1.1.0', '^2' ]
+ dependency-versions: [ 'lowest', 'highest' ]
35
include:
36
- php: '7.4'
37
composer: '--ignore-platform-req=php'
38
+ container-version: [ '^1.1.0', '^2' ]
39
40
- php: '8.0'
41
42
43
44
45
steps:
46
- name: Checkout
0 commit comments