Skip to content

Commit 1113680

Browse files
committed
dependencies
1 parent affa1f4 commit 1113680

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/phpunits.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ jobs:
115115
- name: Install dependencies
116116
id: composer-dependencies
117117
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' }}
118124

119125
- name: Check codeclimate
120126
id: codeclimate-check

0 commit comments

Comments
 (0)