Skip to content

Commit

Permalink
Cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
lochmueller committed Nov 2, 2024
1 parent def6b7c commit 9ccd018
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- '*'

jobs:
publish:
name: Publish new version to TER
Expand All @@ -12,6 +13,7 @@ jobs:
env:
TYPO3_EXTENSION_KEY: ${{ secrets.TYPO3_EXTENSION_KEY }}
TYPO3_API_TOKEN: ${{ secrets.TYPO3_API_TOKEN }}

steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"php": "^8.1",
"ext-pdo": "*",
"ext-zlib": "*",
"typo3/cms-core": "^12.4||^13.2",
"typo3/cms-backend": "^12.4||^13.2",
"typo3/cms-extensionmanager": "^12.4||^13.2"
"typo3/cms-core": "^12.4||^13.4",
"typo3/cms-backend": "^12.4||^13.4",
"typo3/cms-extensionmanager": "^12.4||^13.4"
},
"license": "GPL-2.0-or-later",
"homepage": "https://extensions.typo3.org/extension/staticfilecache",
Expand Down

0 comments on commit 9ccd018

Please sign in to comment.