Skip to content

Commit

Permalink
Add PHP 8.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
youwe-petervanderwal authored and mmenozzi committed Oct 29, 2024
1 parent e556984 commit 1aba779
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 8.0]
php: [7.4, 8.0, 8.1, 8.2, 8.3]

env:
ESB_CONSOLE_PORT: 8080
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG PHP_VERSION=8.0
ARG PHP_VERSION=8.3

FROM php:${PHP_VERSION}-cli-alpine

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Webgriffe ESB is designed to use a single binary which is used as the main entry

Requirements
------------
* PHP 7.4 or 8.0
* PHP 7.4, 8.0, 8.1, 8.2, 8.3
* Beanstalk
* Elasticsearch 7.*

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "~7.4.0|~8.0.0",
"php": "~7.4.0|~8.0.0|~8.1.0|~8.2.0|~8.3.0",
"ext-pcntl": "*",
"ext-json": "*",
"symfony/dependency-injection": "^4.3",
Expand All @@ -33,7 +33,7 @@
"symfony/property-info": "^4.3",
"doctrine/annotations": "^1.8",
"ramsey/uuid": "^3.8",
"webgriffe/amp-elasticsearch": "^2.0",
"webgriffe/amp-elasticsearch": "^2.1",
"pagerfanta/pagerfanta": "^2.4",
"symfony/deprecation-contracts": "^2.1",
"amphp/http-server-form-parser": "^1.1"
Expand Down

0 comments on commit 1aba779

Please sign in to comment.