Skip to content

Commit 372ff06

Browse files
committed
!!![TASK] raise PHP Version to ^8.3
1 parent fc93a17 commit 372ff06

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
php: [ '8.2', '8.5']
16+
php: [ '8.3', '8.5']
1717
TYPO3: ['13', '14' ]
1818
steps:
1919
- name: Checkout

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
}
2626
},
2727
"require": {
28-
"php": "^8.2",
28+
"php": "^8.3",
2929
"typo3/cms-backend": "^13.4 || ^14.3",
3030
"typo3/cms-extbase": "^13.4 || ^14.3",
3131
"typo3/cms-frontend": "^13.4 || ^14.3",

0 commit comments

Comments
 (0)