Skip to content

Commit

Permalink
Update default php ver to 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Nov 23, 2024
1 parent 97e6206 commit bed551c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include docker.mk

.PHONY: test

PHP_VER ?= 8.3
PHP_VER ?= 8.4

test:
cd ./tests && PHP_VER=$(PHP_VER) ./run.sh

0 comments on commit bed551c

Please sign in to comment.