Skip to content

Commit ed8a69a

Browse files
committed
Update PHP version from 8.4 to 8.5
1 parent 61256a9 commit ed8a69a

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
php: ["8.4"]
24+
php: ["8.5"]
2525
python: ["python", "no-python"]
2626
include:
27-
- php: "8.4"
27+
- php: "8.5"
2828
python: "no-python"
2929
tag_with_latest: true
3030
tag_with_develop: true
31-
- php: "8.4"
31+
- php: "8.5"
3232
python: "python"
3333
tag_with_python: true
3434

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG FROM_TAG=8.4-apache
1+
ARG FROM_TAG=8.5-apache
22

33
FROM php:$FROM_TAG
44

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ This is an usefull extension of the official php:\*-apache Docker image.
3232

3333
| Tag | PHP Version | Branch | Python |
3434
| -------------------- | ----------- | ------- | ------ |
35-
| `latest` | 8.4 | master | no |
36-
| `python` | 8.4 | master | yes |
37-
| `develop` | 8.4 | develop | no |
38-
| `8.4` | 8.4 | master | no |
39-
| `8.4-develop` | 8.4 | develop | no |
40-
| `8.4-python` | 8.4 | master | yes |
41-
| `8.4-python-develop` | 8.4 | develop | yes |
35+
| `latest` | 8.5 | master | no |
36+
| `python` | 8.5 | master | yes |
37+
| `develop` | 8.5 | develop | no |
38+
| `8.5` | 8.5 | master | no |
39+
| `8.5-develop` | 8.5 | develop | no |
40+
| `8.5-python` | 8.5 | master | yes |
41+
| `8.5-python-develop` | 8.5 | develop | yes |
4242

4343
## Usage
4444

0 commit comments

Comments
 (0)