Skip to content

Commit

Permalink
Drop PHP 7.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jakzal committed Dec 12, 2022
1 parent 1440555 commit 59ace8f
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 86 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
flavour: [debian, alpine]
php: ['7.4', '8.0', '8.1', '8.2']
php: ['8.0', '8.1', '8.2']
outputs:
push: ${{ steps.version.outputs.push }}
steps:
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
fail-fast: false
matrix:
flavour: [debian, alpine]
php: ['7.4', '8.0', '8.1', '8.2']
php: ['8.0', '8.1', '8.2']
platform: ['linux/arm64','linux/amd64']
include:
- platform: 'linux/arm64'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ARG PHP_VERSION=8.2
ARG TOOLBOX_EXCLUDED_TAGS="exclude-php:${PHP_VERSION}"
ARG TOOLBOX_VERSION="1.68.1"
ARG TOOLBOX_VERSION="1.69.0"
ARG FLAVOUR="alpine"


Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PHP_VERSIONS := 7.4 8.0 8.1 8.2
PHP_VERSIONS := 8.0 8.1 8.2
PHP_VERSION ?= $(lastword $(sort $(PHP_VERSIONS)))
COMPOSER_AUTHDIR ?= $(shell composer config --global home)
ifneq ("", "$(COMPOSER_AUTHDIR)")
Expand Down
Loading

0 comments on commit 59ace8f

Please sign in to comment.