Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Mar 18, 2022
1 parent 13f9b9c commit 653f798
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/CI.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ jobs:
- 7.2
- 7.3
- 7.4
composer-args: [ "" ]
include:
- php: 8.0
composer-args: --ignore-platform-reqs
- 8.0
- 8.1
fail-fast: false

steps:
Expand All @@ -40,7 +38,7 @@ jobs:
restore-keys: ${{ runner.os }}-php-${{ matrix.php }}-composer-

- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest ${{ matrix.composer-args }}
run: composer install --prefer-dist --no-progress --no-suggest

- name: Tests
run: composer test

0 comments on commit 653f798

Please sign in to comment.