Skip to content

Commit

Permalink
[TASK] Build against PHP 8.x (TYPO3v11)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrodala committed Jul 18, 2022
1 parent da7cceb commit efb55c8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ jobs:
- '^11.5'
elasticsearch:
- '5'
include:
- php: '8.0'
typo3: '^11.5'
elasticsearch: '5'
- php: '8.1'
typo3: '^11.5'
elasticsearch: '5'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit efb55c8

Please sign in to comment.