Skip to content

Commit

Permalink
Add support for PHP 8.3 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
smortexa authored Jan 16, 2024
1 parent ddcdbb1 commit 7e64acd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/roadrunner-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ 8.1, 8.2 ]
php: [ 8.1, 8.2, 8.3 ]
timeout-minutes: 15
steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swoole-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ 8.1, 8.2 ]
php: [ 8.1, 8.2, 8.3 ]
timeout-minutes: 15
steps:
- name: Checkout code
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ powered web services and microservices.

The Docker configuration provides the following setup:

- PHP 8.1 and 8.2 official DebianBookworm-based images
- PHP 8.1, 8.2 and 8.3 official DebianBookworm-based images
- Preconfigured JIT compiler and OPcache

## Container modes
Expand Down Expand Up @@ -88,7 +88,7 @@ Also, some useful Bash functions and aliases are added in `utilities.sh` that ma
- Please be aware of `.dockerignore` content

## ToDo
- [ ] Add support for PHP 8.3
- [x] Add support for PHP 8.3
- [ ] Create standalone and self-executable app
- [x] Add support for Horizon
- [x] Add support for RoadRunner
Expand Down

0 comments on commit 7e64acd

Please sign in to comment.