Skip to content

Commit

Permalink
Update default php version to 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Nov 23, 2024
1 parent af8a6b1 commit bbcd3b5
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 bbcd3b5

Please sign in to comment.