File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- IS_PHP81 : =$(shell php -r 'echo (int) version_compare(PHP_VERSION, "8.1 ", ">=");')
1
+ IS_PHP82 : =$(shell php -r 'echo (int) version_compare(PHP_VERSION, "8.2 ", ">=");')
2
2
3
3
default : build
4
4
@@ -27,7 +27,7 @@ test: vendor cs deptrac phpunit infection
27
27
test-min : update-min cs deptrac phpunit infection
28
28
.PHONY : test-min
29
29
30
- ifeq ($(IS_PHP81 ) ,1)
30
+ ifeq ($(IS_PHP82 ) ,1)
31
31
test-package :
32
32
else
33
33
test-package : package test-package-tools
69
69
find tests/phar/tools -not -path ' */\.*' -type f -delete
70
70
.PHONY : clean
71
71
72
- ifeq ($(IS_PHP81 ) ,1)
72
+ ifeq ($(IS_PHP82 ) ,1)
73
73
package :
74
74
else
75
75
package : tools/box
@@ -110,7 +110,7 @@ tools/infection.pubkey:
110
110
curl -Ls https://github.com/infection/infection/releases/download/0.26.2/infection.phar.pubkey -o tools/infection.pubkey
111
111
112
112
tools/box :
113
- curl -Ls https://github.com/humbug/box/releases/download/3.14 .0/box.phar -o tools/box && chmod +x tools/box
113
+ curl -Ls https://github.com/humbug/box/releases/download/3.16 .0/box.phar -o tools/box && chmod +x tools/box
114
114
115
115
tests/phar/tools/phpunit :
116
116
curl -Ls https://phar.phpunit.de/phpunit-9.phar -o tests/phar/tools/phpunit && chmod +x tests/phar/tools/phpunit
You can’t perform that action at this time.
0 commit comments