Skip to content

Commit

Permalink
[TASK] Update deeplcom/deepl-php:^1.10.1
Browse files Browse the repository at this point in the history
This change updates the version of the used
third party dependency to support PHP8.4 out
of the box and align with TYPO3 v12 and v13
support.

Tests are now also executed with PHP 8.4.

Used command(s):

```shell
composer require --no-update \
    "deeplcom/deepl-php":"^1.10.1"
```
  • Loading branch information
sbuerk committed Dec 19, 2024
1 parent 4b26f39 commit d8b4cc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testcore12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [ '8.1', '8.2', '8.3' ]
php-version: [ '8.1', '8.2', '8.3', '8.4' ]
permissions:
# actions: read|write|none
actions: none
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testcore13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [ '8.2', '8.3' ]
php-version: [ '8.2', '8.3', '8.4' ]
permissions:
# actions: read|write|none
actions: none
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"ext-curl": "*",
"ext-json": "*",
"ext-pdo": "*",
"deeplcom/deepl-php": ">=1.6.0 <=1.8.0",
"deeplcom/deepl-php": "^1.10.1",
"typo3/cms-backend": "^12.4.2 || ^13.4",
"typo3/cms-core": "^12.4.2 || ^13.4",
"typo3/cms-extbase": "^12.4.2 || ^13.4",
Expand Down

0 comments on commit d8b4cc1

Please sign in to comment.