Skip to content

Commit

Permalink
Add PHP 8.3 support (#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasnorre committed Mar 11, 2024
1 parent c2c702c commit 481dd70
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/Acceptance.yml
Expand Up @@ -18,7 +18,8 @@ jobs:
- ^12.4
php:
- '8.1'
#- '8.2' Disabled till green again, no need to run both if one is failing.
- '8.2'
- '8.3'

steps:
- name: Get branch name (merge)
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -9,6 +9,7 @@
* BackendModuleCrawlerProcessController
* BackendModuleStartCrawlingController
* Support for PHP 8.2
* Support for PHP 8.3

### Changed
* !!! Switch constants in ProcessQueueCommand from public to private
Expand Down
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -26,14 +26,14 @@ composer require tomasnorre/crawler

## Versions and Support

| Release | TYPO3 | PHP | Fixes will contain
|---------|-----------|---|---|
| 12.x.y | 12.2 | 8.1 |Features, Bugfixes, Security Updates
| Release | TYPO3 | PHP | Fixes will contain
|---------|-----------|---------|---|
| 12.x.y | 12.4 | 8.1-8.3 |Features, Bugfixes, Security Updates
| 11.x.y | 10.4-11.5 | 7.4-8.1 |Bugfixes, Security Updates, Since 11.0.3 PHP 8.1
| 10.x.y | 9.5-11.0 | 7.2-7.4 |Security Updates
| 9.x.y | 9.5-11.0 | 7.2-7.4 |As this version has same requirements as 10.x.y, there will be no further releases of this version, please update instead.
| 8.x.y | | | Releases do not exist
| 7.x.y | | | Releases do not exist
| 8.x.y | | | Releases do not exist
| 7.x.y | | | Releases do not exist
| 6.x.y | 7.6-8.7 | 5.6-7.3 | Security Updates

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -18,7 +18,7 @@
"chat": "https://typo3.slack.com/archives/C087NGBKM"
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-json": "*",
"ext-pdo": "*",
"beberlei/assert": "^3.3",
Expand Down

0 comments on commit 481dd70

Please sign in to comment.