Skip to content
Snippets Groups Projects
Commit cf6aa609 authored by Patrick Radtke's avatar Patrick Radtke
Browse files

Tweaking .github actions to get builds to pass

parent f3566645
No related branches found
No related tags found
No related merge requests found
......@@ -52,9 +52,6 @@ jobs:
- name: Install Composer dependencies
run: composer install --no-progress --prefer-dist --optimize-autoloader
- name: Syntax check PHP
run: bash vendor/bin/check-syntax-php.sh
- name: Decide whether to run code coverage or not
if: ${{ matrix.php-versions != '7.4' || matrix.operating-system != 'ubuntu-latest' }}
run: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment