Skip to content

Commit

Permalink
Add v12 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
lochmueller committed Jan 2, 2025
1 parent b8150c0 commit 507ba8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["8.1", "8.2"]
typo3: ["12.4"]
php: ["8.1", "8.2", "8.3"]
typo3: ["12.4", "13.4"]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
'priority' => 40,
'class' => CalendarizeInfoElement::class,
];

if (GeneralUtility::makeInstance(Typo3Version::class)->getMajorVersion() <= 12) {
// Include new content elements to modWizards
ExtensionManagementUtility::addPageTSConfig('
Expand Down

0 comments on commit 507ba8f

Please sign in to comment.