Skip to content

Commit

Permalink
Merge pull request #53 from pluswerk/task/AUS-315-mail-logger-php83-c…
Browse files Browse the repository at this point in the history
…ompatibility
  • Loading branch information
Kanti authored Mar 27, 2024
2 parents 7f66542 + 334b6ca commit ad7df2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '8.1', '8.2' ]
php: [ '8.1', '8.2', '8.3' ]
typo3: [ '11', '12' ]
steps:
- name: Setup PHP with PECL extension
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
extensions: intl, mbstring, xml, soap, zip, curl

- name: Install typo3/tailor
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"docs": "https://github.com/pluswerk/mail_logger/blob/master/Readme.md"
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"composer-runtime-api": "^2",
"typo3/cms-core": "^11.5.0 || ^12.4.0"
},
Expand Down

0 comments on commit ad7df2a

Please sign in to comment.