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 May 26, 2024
1 parent f627b09 commit d4afb4b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,22 +138,22 @@ jobs:
uses: actions/checkout@v4

- name: Install testing system
run: Build/Scripts/runTests.sh -t 12 -p ${{ matrix.php }} -s ${{ matrix.composerInstall }}
run: Build/Scripts/runTests.sh -t 13 -p ${{ matrix.php }} -s ${{ matrix.composerInstall }}

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

- name: Functional Tests with mariadb (max)
run: Build/Scripts/runTests.sh -t 12 -p ${{ matrix.php }} -d mariadb -i 10.11 -s functional
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 12 -p ${{ matrix.php }} -d mysql -j 8.0 -s functional
run: Build/Scripts/runTests.sh -t 13 -p ${{ matrix.php }} -d mysql -j 8.0 -s functional

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

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

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

0 comments on commit d4afb4b

Please sign in to comment.