Skip to content

Commit

Permalink
Try legacy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jrenggli committed Sep 26, 2024
1 parent a651c43 commit 144e9fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
strategy:
matrix:
php-version:
- 7.4
- 8.0
- 8.1
- 8.2
steps:
Expand Down Expand Up @@ -105,6 +107,12 @@ jobs:
strategy:
matrix:
include:
- php-version: '7.4'
typo3-version: '^10.4'
- php-version: '7.4'
typo3-version: '^11.5'
- php-version: '8.0'
typo3-version: '^11.5'
- php-version: '8.1'
typo3-version: '^11.5'
- php-version: '8.2'
Expand Down

0 comments on commit 144e9fb

Please sign in to comment.