Skip to content

Commit

Permalink
[TASK] Add v13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ayacoo committed Sep 28, 2024
1 parent 0296062 commit aec7764
Show file tree
Hide file tree
Showing 7 changed files with 1,432 additions and 1,211 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,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 @@ -143,13 +149,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 aec7764

Please sign in to comment.