diff --git a/Makefile b/Makefile index e7cf8c7..d316fbf 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PHP_VERSION = 8.0.28 -PSH_VERSION = 4.3.0 +PSH_VERSION = 4.4.0 GOOS := $(shell uname -s | tr '[:upper:]' '[:lower:]') ifeq ($(GOOS), darwin) GORELEASER_ID=platform-macos