Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Sep 12, 2023
2 parents a2d63b0 + 3df9b49 commit d120add
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:
pull_request:

env:
PHP82: '8.2.8'
PHP81: '8.1.22'
PHP82: '8.2.10'
PHP81: '8.1.23'
PHP80: '8.0.30'
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
Expand Down
6 changes: 3 additions & 3 deletions .php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
8.2.8#2023-07-29T18:19:49.263444Z
8.1.22#2023-08-05T01:23:16.782057Z
8.0.30#2023-08-09T07:51:52.579054Z
8.2.10#2023-09-08T16:14:00.259526Z
8.1.23#2023-09-08T16:08:09.485533Z
8.0.30#2023-09-08T16:04:14.33597Z
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.2.8
PHP_VER ?= 8.2.10
PHP_VER_MINOR ?= $(shell echo "${PHP_VER}" | grep -oE '^[0-9]+\.[0-9]+')

REPO = wodby/php
Expand Down

0 comments on commit d120add

Please sign in to comment.