Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
svpernova09 committed Jan 20, 2020
1 parent b85e2e3 commit 804478b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Expand Up @@ -4,6 +4,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: ['7.4', '7.3', '7.2', '8.0']
name: PHP ${{ matrix.php }}
Expand All @@ -28,7 +29,6 @@ jobs:
restore-keys: ${{ matrix.php }}-composer-
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest

- name: Run test suite
run: vendor/bin/phpunit

0 comments on commit 804478b

Please sign in to comment.