Skip to content

Commit 0e14cb4

Browse files
committed
Merge remote-tracking branch 'origin/main' into 11.x
2 parents bd860e9 + 70a4879 commit 0e14cb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ endif
77
DRUSH=$(EXEC) ./bin/drush
88
DRUSH_INSTALL=$(DRUSH) -y site:install --account-pass=password
99
GIT_SWITCH=cd app && git switch
10-
PHP_VERSION=8.0
10+
PHP_VERSION=8.2
1111

1212
clean: composer minimal login
1313

@@ -47,15 +47,15 @@ switch:
4747
$(GIT_SWITCH) 9.4.x
4848
make clean
4949

50-
9.5: php8.0
50+
9.5: php8.1
5151
$(GIT_SWITCH) 9.5.x
5252
make clean
5353

5454
10.0: php8.1
5555
$(GIT_SWITCH) 10.0.x
5656
make clean
5757

58-
10.1: php8.1
58+
10.1: php8.2
5959
$(GIT_SWITCH) 10.1.x
6060
make clean
6161

0 commit comments

Comments
 (0)