File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- ARG FROM_TAG=8.4 -apache
1+ ARG FROM_TAG=8.5 -apache
22
33FROM php:$FROM_TAG
44
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments