Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into 11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrelan committed May 9, 2023
2 parents bd860e9 + 70a4879 commit 0e14cb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ endif
DRUSH=$(EXEC) ./bin/drush
DRUSH_INSTALL=$(DRUSH) -y site:install --account-pass=password
GIT_SWITCH=cd app && git switch
PHP_VERSION=8.0
PHP_VERSION=8.2

clean: composer minimal login

Expand Down Expand Up @@ -47,15 +47,15 @@ switch:
$(GIT_SWITCH) 9.4.x
make clean

9.5: php8.0
9.5: php8.1
$(GIT_SWITCH) 9.5.x
make clean

10.0: php8.1
$(GIT_SWITCH) 10.0.x
make clean

10.1: php8.1
10.1: php8.2
$(GIT_SWITCH) 10.1.x
make clean

Expand Down

0 comments on commit 0e14cb4

Please sign in to comment.