Add PHP 8.2 support (#101)

This commit is contained in:
Daniel Siepmann 2023-01-08 15:34:37 +01:00 committed by GitHub
parent 171312502c
commit c14cba6b53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 2 deletions

View file

@ -32,6 +32,7 @@ jobs:
- 7.4
- 8.0
- 8.1
- 8.2
steps:
- name: Checkout
uses: actions/checkout@v3
@ -112,9 +113,15 @@ jobs:
- db-version: '8'
php-version: '8.1'
typo3-version: '^11.5'
- db-version: '8'
php-version: '8.2'
typo3-version: '^11.5'
- db-version: '8'
php-version: '8.1'
typo3-version: '~12.1.0'
- db-version: '8'
php-version: '8.2'
typo3-version: '~12.1.0'
steps:
- uses: actions/checkout@v3
@ -157,8 +164,12 @@ jobs:
typo3-version: '^11.5'
- php-version: '8.1'
typo3-version: '^11.5'
- php-version: '8.2'
typo3-version: '^11.5'
- php-version: '8.1'
typo3-version: '~12.1.0'
- php-version: '8.2'
typo3-version: '~12.1.0'
steps:
- uses: actions/checkout@v3

View file

@ -9,7 +9,7 @@ Nothing
Features
--------
Nothing
* Support PHP 8.2
Fixes
-----

View file

@ -28,7 +28,7 @@
"require": {
"doctrine/dbal": "^2.12 || ^3.3",
"ext-mbstring": "*",
"php": "~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0",
"php": "~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"psr/http-message": "^1.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0",