10000
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 9a918ad commit ae6b77aCopy full SHA for ae6b77a
.github/workflows/main.yaml
@@ -44,10 +44,10 @@ jobs:
44
- 7.2
45
- 7.3
46
- 7.4
47
- composer-args: [ "" ]
48
- include:
49
- - php: 8.0
50
- composer-args: --ignore-platform-reqs
+ - 8.0
+ - 8.1
+ - 8.2
+ - 8.3
51
fail-fast: false
52
53
steps:
@@ -67,7 +67,7 @@ jobs:
67
restore-keys: ${{ runner.os }}-php-${{ matrix.php }}-composer-
68
69
- name: Install dependencies
70
- run: composer install --prefer-dist --no-progress ${{ matrix.composer-args }}
+ run: composer install --prefer-dist --no-progress
71
72
- name: Tests
73
run: composer test
0 commit comments