Skip to content

Commit

Permalink
[TASK] Add TYPO3 v13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ayacoo committed Sep 28, 2024
1 parent 9c0a7af commit d3a60c2
Show file tree
Hide file tree
Showing 5 changed files with 478 additions and 284 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@ jobs:
fail-fast: false
matrix:
include:
#- typo3-version: "^12.4"
#php-version: "8.2"
#composer-dependencies: highest
#- typo3-version: "^12.4"
#php-version: "8.3"
#composer-dependencies: highest
- typo3-version: "^13.1"
php-version: "8.2"
composer-dependencies: highest
Expand Down Expand Up @@ -142,13 +148,13 @@ jobs:
run: Build/Scripts/runTests.sh -t 13 -p ${{ matrix.php }} -d mariadb -i 10.11 -s functional

- name: Functional Tests with mysql (min/max)
run: Build/Scripts/runTests.sh -t 13 -p ${{ matrix.php }} -d mysql -j 8.0 -s functional
run: Build/Scripts/runTests.sh -t 13 -p ${{ matrix.php }} -d mysql -i 8.0 -s functional

- name: Functional Tests with postgres (min)
run: Build/Scripts/runTests.sh -t 13 -p ${{ matrix.php }} -d postgres -k 10 -s functional
run: Build/Scripts/runTests.sh -t 13 -p ${{ matrix.php }} -d postgres -i 10 -s functional

- name: Functional Tests with postgres (max)
run: Build/Scripts/runTests.sh -t 13 -p ${{ matrix.php }} -d postgres -k 16 -s functional
run: Build/Scripts/runTests.sh -t 13 -p ${{ matrix.php }} -d postgres -i 16 -s functional

- name: Functional Tests with sqlite
run: Build/Scripts/runTests.sh -t 13 -p ${{ matrix.php }} -d sqlite -s functional
Loading

0 comments on commit d3a60c2

Please sign in to comment.