Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Mar 25, 2022
1 parent 95714dd commit 49c01a3
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 7.2, 7.3, 7.4, 8.0, 8.1 ]
php: [ 7.2, 7.3, 7.4 ]
contao: [ 4.9.*, 4.13.* ]
incompatible: [false]
# Incompatible due outdated contao test case
include:
- php: 8.0
incompatible: true
- php: 8.1
incompatible: true
- contao: 4.13.*
incompatible: true
exclude:
- php: 7.2
contao: 4.13.*
Expand All @@ -40,7 +31,6 @@ jobs:
- name: Install the dependencies
id: composer-install
run: composer require contao/core-bundle:${{ matrix.contao }} --no-interaction
continue-on-error: ${{ incompatible == true }}

- name: Run the unit tests
if: steps.composer-install.conclusion == 'success' && steps.composer-install.outcome == 'success'
Expand Down

0 comments on commit 49c01a3

Please sign in to comment.