Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed Mar 19, 2020
1 parent d28d8fb commit 1a12006
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest]
php-version: ['7.4']
composer_flags: ['']
os: [macos-latest, ubuntu-latest, windows-latest]
php-version: ['7.2', '7.3', '7.4']
composer_flags: ['', '--prefer-lowest']
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"composer --working-dir=./dev-tools install"
],
"test": [
"phpunit -v"
"phpunit"
],
"verify": [
"@analyse",
Expand Down

0 comments on commit 1a12006

Please sign in to comment.