Skip to content

Commit

Permalink
[TASK] Add support for PHP 8.3
Browse files Browse the repository at this point in the history
Related: #13
  • Loading branch information
extcode committed Feb 15, 2024
1 parent e8017d8 commit f7211e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- 8.0
- 8.1
- 8.2
- 8.3
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
},
"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"typo3/cms-backend": "^11.5 || ^12.4@dev",
"typo3/cms-core": "^11.5 || ^12.4@dev",
"typo3/cms-extbase": "^11.5 || ^12.4@dev",
Expand Down

0 comments on commit f7211e0

Please sign in to comment.