Skip to content

Commit b1a1b3b

Browse files
committed
Remove platform reqs
1 parent 9c8d66c commit b1a1b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
tools: psalm, phpcbf, phpcs, phpunit:5.7.27
3434

3535
- name: Install all depenencies
36-
run: composer install
36+
run: composer install --ignore-platform-reqs
3737

3838
- name: Install WP Tests
3939
run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1:3306 ${{ matrix.wp }} true

0 commit comments

Comments
 (0)