Skip to content

Commit 2f26fbf

Browse files
committed
[TASK] disable TYPO3 v11 from CI
v11 will no longer installable in CI because packages are affected by security advisories
1 parent 9ed7939 commit 2f26fbf

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,9 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
strategy:
1515
matrix:
16-
php: [ '7.4', '8.0', '8.1' ]
17-
TYPO3: [ '11' ]
16+
php: [ '8.1', '8.2', '8.3']
17+
TYPO3: [ '12' ]
1818
include:
19-
- TYPO3: '12'
20-
php: '8.1'
21-
- TYPO3: '12'
22-
php: '8.2'
23-
- TYPO3: '12'
24-
php: '8.3'
2519
- TYPO3: '13'
2620
php: '8.2'
2721
- TYPO3: '13'
@@ -58,7 +52,7 @@ jobs:
5852

5953
- name: Acceptance Tests
6054
run: Build/Scripts/runTests.sh -p ${{ matrix.php }} -t ${{ matrix.TYPO3 }} -s acceptance -- --fail-fast
61-
if: matrix.TYPO3 != '11' && matrix.TYPO3 != '14'
55+
if: matrix.TYPO3 != '14'
6256

6357
- name: Archive acceptance tests results
6458
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)