Skip to content

Commit 0049324

Browse files
committed
Drop PHP 8.1 support
1 parent e960189 commit 0049324

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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'

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)