Skip to content

Commit

Permalink
bump 8.2.x and 8.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
troyxmccall committed Aug 31, 2024
1 parent b8aed73 commit 2fc90ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.22
PHP_VERSION=8.2.23
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.10
PHP_VERSION=8.3.11
PHP_VERSION_MAJOR=8.3
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.22
PHP_VERSION=8.2.23
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.10
PHP_VERSION=8.3.11
PHP_VERSION_MAJOR=8.3
ALPINE_VERSION=3.20

0 comments on commit 2fc90ce

Please sign in to comment.