Skip to content

Commit

Permalink
bump 8.4.x, 8.3.x, 8.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
troyxmccall committed Dec 21, 2024
1 parent 590314a commit d7fce2c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cli/8.2/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PLATFORM=linux/amd64
PHP_VERSION=8.2.26
PHP_VERSION=8.2.27
PHP_VERSION_MAJOR=8.2
ALPINE_VERSION=3.20
2 changes: 1 addition & 1 deletion cli/8.3/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PLATFORM=linux/amd64
PHP_VERSION=8.3.14
PHP_VERSION=8.3.15
PHP_VERSION_MAJOR=8.3
ALPINE_VERSION=3.20
2 changes: 1 addition & 1 deletion cli/8.4/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PLATFORM=linux/amd64
PHP_VERSION=8.4.1
PHP_VERSION=8.4.2
PHP_VERSION_MAJOR=8.4
ALPINE_VERSION=3.20
2 changes: 1 addition & 1 deletion fpm/8.2/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PLATFORM=linux/amd64
PHP_VERSION=8.2.26
PHP_VERSION=8.2.27
PHP_VERSION_MAJOR=8.2
ALPINE_VERSION=3.20
2 changes: 1 addition & 1 deletion fpm/8.3/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PLATFORM=linux/amd64
PHP_VERSION=8.3.14
PHP_VERSION=8.3.15
PHP_VERSION_MAJOR=8.3
ALPINE_VERSION=3.20
2 changes: 1 addition & 1 deletion fpm/8.4/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PLATFORM=linux/amd64
PHP_VERSION=8.4.1
PHP_VERSION=8.4.2
PHP_VERSION_MAJOR=8.4
ALPINE_VERSION=3.20

0 comments on commit d7fce2c

Please sign in to comment.