File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11version : 2
22updates :
33 - package-ecosystem : " docker"
4- directory : " /7.4 "
4+ directory : " /8.0 "
55 schedule :
66 interval : " daily"
77 ignore :
88 - dependency-name : " *"
99 update-types : ["version-update:semver-major"]
1010
1111 - package-ecosystem : " docker"
12- directory : " /8.0 "
12+ directory : " /8.1 "
1313 schedule :
1414 interval : " daily"
1515 ignore :
1616 - dependency-name : " *"
1717 update-types : ["version-update:semver-major"]
1818
1919 - package-ecosystem : " docker"
20- directory : " /8.1 "
20+ directory : " /8.2 "
2121 schedule :
2222 interval : " daily"
2323 ignore :
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
1616 matrix :
1717 include :
1818 - tag : ' latest'
19- php : ' 8.1 '
19+ php : ' 8.2 '
2020 - tag : ' stable'
21- php : ' 8.1'
21+ php : ' 8.2'
22+ - tag : ' 8.2'
23+ php : ' 8.2'
2224 - tag : ' 8.1'
2325 php : ' 8.1'
2426 - tag : ' 8.0'
2527 php : ' 8.0'
26- - tag : ' 7.4'
27- php : ' 7.4'
2828
2929 steps :
3030 - uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1- FROM php:7.4.33 -alpine3.15
1+ FROM php:8.2 -alpine3.17
22
33# Add docker-php-extension-installer script
44ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
Original file line number Diff line number Diff line change 66
77| Tags | PHP version | Features |
88| - | - | - |
9- | 7.4 | 7.4 | β
Everything. |
109| 8.0 | 8.0 | β
Everything. |
1110| 8.1 | 8.1 | β
Everything. |
12- | stable | ** 8.1** | π Aliases the latest stable version of PHP that supports all features of this docker image. |
13- | latest | ** 8.1** | π Aliases the latest stable version of PHP available (even if that version does not support all features yet). |
11+ | 8.2 | 8.2 | β
Everything. |
12+ | stable | ** 8.2** | π Aliases the latest stable version of PHP that supports all features of this docker image. |
13+ | latest | ** 8.2** | π Aliases the latest stable version of PHP available (even if that version does not support all features yet). |
1414
1515#### Use within your GitLab's pipelines.
1616* [ Run test suite and check codestyle] ( http://lorisleiva.com/using-gitlabs-pipeline-with-laravel/ )
You canβt perform that action at this time.
0 commit comments