Skip to content

Commit

Permalink
Also test with TYPO3 12 and PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
baschny committed Sep 14, 2023
1 parent 7759085 commit 6b6e4bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,24 @@ jobs:
- '8.0'
- '8.1'
- '8.2'
- '8.3'
typo3-version:
- '^10.4'
- '^11.5'
- '^12.4'
exclude:
- php-version: '8.0'
typo3-version: '^10.4'
- php-version: '8.1'
typo3-version: '^10.4'
- php-version: '8.2'
typo3-version: '^10.4'
- php-version: '8.3'
typo3-version: '^10.4'
- php-version: '7.4'
typo3-version: '^12.4'
- php-version: '8.0'
typo3-version: '^12.4'

steps:
- name: Checkout Code
Expand Down

0 comments on commit 6b6e4bc

Please sign in to comment.