Skip to content

Commit

Permalink
fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Mar 22, 2022
1 parent 30b7747 commit 46e11e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 7.2., 7.3, 7.4, 8.0, 8.1 ]
php: [ 7.2, 7.3, 7.4, 8.0, 8.1 ]
contao: [ 4.9.*, 4.13.* ]
exclude:
- php: 7.2
Expand Down Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Run the unit tests
if: steps.composer-install.conclusion == 'success' && steps.composer-install.outcome == 'success'
run: php vendor/bin/phpunit -c phpunit.xml.dist --colors=always
continue-on-error: ${{ matrix.php >= 8.0 }}

coverage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 46e11e2

Please sign in to comment.