We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed7939 commit 2f26fbfCopy full SHA for 2f26fbf
.github/workflows/ci.yml
@@ -13,15 +13,9 @@ jobs:
13
runs-on: ubuntu-22.04
14
strategy:
15
matrix:
16
- php: [ '7.4', '8.0', '8.1' ]
17
- TYPO3: [ '11' ]
+ php: [ '8.1', '8.2', '8.3']
+ TYPO3: [ '12' ]
18
include:
19
- - TYPO3: '12'
20
- php: '8.1'
21
22
- php: '8.2'
23
24
- php: '8.3'
25
- TYPO3: '13'
26
php: '8.2'
27
@@ -58,7 +52,7 @@ jobs:
58
52
59
53
- name: Acceptance Tests
60
54
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'
62
56
63
57
- name: Archive acceptance tests results
64
uses: actions/upload-artifact@v4
0 commit comments