File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ jobs:
43
43
# Note: do NOT turn on the requirement checker in the box config as it is no longer
44
44
# compatible with PHP < 7.2.
45
45
- name : Install Box
46
- run : wget https://github.com/humbug /box/releases/latest/download/box.phar -O box.phar && chmod 0755 box.phar && pwd
46
+ run : wget https://github.com/box-project /box/releases/latest/download/box.phar -O box.phar && chmod 0755 box.phar && pwd
47
47
48
48
- name : Validate configuration
49
49
run : php box.phar validate -i box.json
50
50
51
51
- name : Building binary...
52
52
run : php box.phar compile -v --config=box.json
53
53
54
- - name : Show info about the build phar with humbug /box
54
+ - name : Show info about the build phar with box-project /box
55
55
run : php box.phar info -l parallel-lint.phar
56
56
57
57
- uses : actions/upload-artifact@v3
Original file line number Diff line number Diff line change @@ -66,15 +66,15 @@ jobs:
66
66
# Note: do NOT turn on the requirement checker in the box config as it is no longer
67
67
# compatible with PHP < 7.2.
68
68
- name : Install Box
69
- run : wget https://github.com/humbug /box/releases/latest/download/box.phar -O box.phar && chmod 0755 box.phar && pwd
69
+ run : wget https://github.com/box-project /box/releases/latest/download/box.phar -O box.phar && chmod 0755 box.phar && pwd
70
70
71
71
- name : Validate configuration
72
72
run : php box.phar validate -i box.json
73
73
74
74
- name : Building binary...
75
75
run : php box.phar compile -v --config=box.json
76
76
77
- - name : Show info about the build phar with humbug /box
77
+ - name : Show info about the build phar with box-project /box
78
78
run : php box.phar info -l parallel-lint.phar
79
79
80
80
- uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments