From 4a937b79d2d39217df111ed1707d22ced11c5917 Mon Sep 17 00:00:00 2001 From: Maik Schneider Date: Wed, 4 Sep 2024 12:05:20 +0200 Subject: [PATCH] fix: use typo3 13.2 in tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9e99f6b..0cd17ac 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - typo3-version: [ "11.5", "12.4", "13.1" ] + typo3-version: [ "11.5", "12.4", "13.2" ] php-version: [ "7.4", "8.1", "8.2", "8.3" ] exclude: - typo3-version: "12.4"