Skip to content

Commit 5dc73a2

Browse files
committed
Remove ignore platform reqs
1 parent 01651e0 commit 5dc73a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Install dependencies
3636
id: composer-install
37-
run: composer install --prefer-dist --no-progress --ignore-platform-reqs
37+
run: composer install --prefer-dist --no-progress
3838

3939
php-unit-tests:
4040
name: PHP ${{ matrix.php }} Unit Tests
@@ -55,7 +55,7 @@ jobs:
5555
php-version: ${{ matrix.php }}
5656

5757
- name: Install composer dependencies
58-
run: composer install --prefer-dist --no-progress --ignore-platform-reqs
58+
run: composer install --prefer-dist --no-progress
5959

6060
- name: Print PHP version
6161
run: php -v

0 commit comments

Comments
 (0)