We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e960189 commit 0049324Copy full SHA for 0049324
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: false
18
matrix:
19
flavour: [debian, alpine]
20
- php: ['8.1', '8.2', '8.3', '8.4']
+ php: ['8.2', '8.3', '8.4']
21
outputs:
22
push: ${{ steps.version.outputs.push }}
23
steps:
@@ -170,7 +170,7 @@ jobs:
170
171
172
173
174
platform: ['linux/arm64','linux/amd64']
175
include:
176
- platform: 'linux/arm64'
Makefile
@@ -1,4 +1,4 @@
1
-PHP_VERSIONS := 8.1 8.2 8.3 8.4
+PHP_VERSIONS := 8.2 8.3 8.4
2
PHP_VERSION ?= $(lastword $(sort $(PHP_VERSIONS)))
3
COMPOSER_AUTHDIR ?= $(shell composer config --global home)
4
ifneq ("", "$(COMPOSER_AUTHDIR)")
0 commit comments