Skip to content

Commit

Permalink
[CI] Run PHP 8.0 with TYPO3 v11
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Jul 27, 2021
1 parent 47c2302 commit 2dfd960
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
matrix:
php-versions: ['7.4']
typo3-versions: ['^9', '^10', '^11']
include:
- php-versions: 8.0
typo3-versions: ^11
steps:
- name: Check out repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 2dfd960

Please sign in to comment.