Skip to content

Commit

Permalink
Merge branch 'release/0.7.21'
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Feb 13, 2023
2 parents 6f021cf + 7360780 commit d4a9835
Show file tree
Hide file tree
Showing 7 changed files with 280 additions and 275 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cgl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
tools: composer:v2, composer-require-checker, composer-unused
# @todo switch back to composer-unused 0.8 once https://github.com/composer-unused/composer-unused/issues/444 is resolved
tools: composer:v2, composer-require-checker, composer-unused:0.7
coverage: none

# Validation
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ jobs:
fail-fast: false
matrix:
typo3-version: ["10.4", "11.5"]
php-version: ["7.4", "8.0", "8.1"]
php-version: ["7.4", "8.0", "8.1", "8.2"]
dependencies: ["highest", "lowest"]
exclude:
- typo3-version: "10.4"
php-version: "8.0"
- typo3-version: "10.4"
php-version: "8.1"
- typo3-version: "10.4"
php-version: "8.2"
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Installation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Installation
Requirements
============

* PHP 7.1 - 8.1
* PHP 7.1 - 8.2
* TYPO3 10.4 LTS - 11.5 LTS

.. _steps:
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[general]
project = Handlebars
release = 0.7.20
release = 0.7.21
copyright = since 2020 by coding. powerful. systems. CPS GmbH
author = Elias Häußler

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"docs": "https://docs.typo3.org/p/cpsit/typo3-handlebars/main/en-us/"
},
"require": {
"php": ">= 7.1 < 8.2",
"php": "^7.1 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"ext-json": "*",
"psr/event-dispatcher": "^1.0",
"psr/log": "^1.1 || ^2.0 || ^3.0",
Expand Down
Loading

0 comments on commit d4a9835

Please sign in to comment.