Skip to content

Commit

Permalink
[TASK] Include 7.2 and 7.3 only on v10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Jan 7, 2021
1 parent 9bfb8cd commit 163a5c0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,15 @@ jobs:
fail-fast: false
matrix:
typo3: [ ^10.4, ^11.0 ]
php: [ '7.2', '7.3', '7.4' ]
php: [ '7.4' ]
include:
- typo3: ^10.4
php: '7.4'
coverage: true
- typo3: ^10.4
php: '7.2'
- typo3: ^10.4
php: '7.3'

steps:
- name: Start database server
Expand Down

0 comments on commit 163a5c0

Please sign in to comment.