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 affa1f4 commit 1113680Copy full SHA for 1113680
.github/workflows/phpunits.yaml
@@ -115,6 +115,12 @@ jobs:
115
- name: Install dependencies
116
id: composer-dependencies
117
run: composer install --prefer-dist --no-progress
118
+ if: ${{ matrix.php-versions != '8.2' }}
119
+
120
+ - name: Install dependencies (ignore)
121
+ id: composer-dependencies
122
+ run: composer install --prefer-dist --no-progress --ignore-platform-reqs
123
+ if: ${{ matrix.php-versions == '8.2' }}
124
125
- name: Check codeclimate
126
id: codeclimate-check
0 commit comments