Skip to content

Commit

Permalink
Set PHP 8.1 as default in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Feb 28, 2023
1 parent af29bc9 commit fd30e94
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
@@ -1,5 +1,5 @@
APP_ENV = dev
PHP_VERSION = php7.4
PHP_VERSION = php8.1
PHP_RUN = /usr/bin/env $(PHP_VERSION)
COMPOSER_PATH = /usr/local/bin/composer2
ifeq ("$(wildcard $(COMPOSER_PATH))","")
Expand Down

0 comments on commit fd30e94

Please sign in to comment.