Skip to content

Commit

Permalink
Update php to 8.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
wodbot committed Aug 2, 2024
1 parent 85d4410 commit b5efbea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
pull_request:

env:
PHP83: '8.3.9'
PHP83: '8.3.10'
PHP82: '8.2.21'
PHP81: '8.1.29'
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
8.3.9#2024-07-23T15:55:54.225439Z
8.3.10#2024-08-01T21:42:58.119461Z
8.2.21#2024-07-23T15:49:46.213527Z
8.1.29#2024-07-23T15:46:53.741107Z
2 changes: 1 addition & 1 deletion 8/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-include env_make

PHP_VER ?= 8.3.9
PHP_VER ?= 8.3.10
PHP_VER_MINOR ?= $(shell echo "${PHP_VER}" | grep -oE '^[0-9]+\.[0-9]+')

REPO = wodby/php
Expand Down

0 comments on commit b5efbea

Please sign in to comment.