Skip to content

Commit 29485c8

Browse files
authored
Merge pull request #446 from jakzal/toolbox-update
Update toolbox 1.91.0 -> 1.92.0
2 parents d5fe151 + 0049324 commit 29485c8

File tree

4 files changed

+87
-87
lines changed

4 files changed

+87
-87
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
flavour: [debian, alpine]
20-
php: ['8.1', '8.2', '8.3', '8.4']
20+
php: ['8.2', '8.3', '8.4']
2121
outputs:
2222
push: ${{ steps.version.outputs.push }}
2323
steps:
@@ -170,7 +170,7 @@ jobs:
170170
fail-fast: false
171171
matrix:
172172
flavour: [debian, alpine]
173-
php: ['8.1', '8.2', '8.3', '8.4']
173+
php: ['8.2', '8.3', '8.4']
174174
platform: ['linux/arm64','linux/amd64']
175175
include:
176176
- platform: 'linux/arm64'

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ARG PHP_VERSION=8.4
44
ARG TOOLBOX_EXCLUDED_TAGS="exclude-php:${PHP_VERSION}"
5-
ARG TOOLBOX_VERSION="1.91.0"
5+
ARG TOOLBOX_VERSION="1.92.0"
66
ARG FLAVOUR="alpine"
77

88

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PHP_VERSIONS := 8.1 8.2 8.3 8.4
1+
PHP_VERSIONS := 8.2 8.3 8.4
22
PHP_VERSION ?= $(lastword $(sort $(PHP_VERSIONS)))
33
COMPOSER_AUTHDIR ?= $(shell composer config --global home)
44
ifneq ("", "$(COMPOSER_AUTHDIR)")

0 commit comments

Comments
 (0)