File tree 12 files changed +14
-14
lines changed
12 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 14
14
- ' .github/workflows/apiref.yml'
15
15
16
16
env :
17
- COMPOSER_ROOT_VERSION : " 1.12 .x-dev"
17
+ COMPOSER_ROOT_VERSION : " 2.0 .x-dev"
18
18
19
19
concurrency :
20
20
group : apigen-${{ github.ref }} # will be canceled on subsequent pushes in branch
Original file line number Diff line number Diff line change 12
12
- ' .github/workflows/backward-compatibility.yml'
13
13
14
14
env :
15
- COMPOSER_ROOT_VERSION : " 1.12 .x-dev"
15
+ COMPOSER_ROOT_VERSION : " 2.0 .x-dev"
16
16
17
17
concurrency :
18
18
group : bc-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
Original file line number Diff line number Diff line change 15
15
- ' .github/workflows/build-issue-bot.yml'
16
16
17
17
env :
18
- COMPOSER_ROOT_VERSION : " 1.12 .x-dev"
18
+ COMPOSER_ROOT_VERSION : " 2.0 .x-dev"
19
19
20
20
concurrency :
21
21
group : build-issue-bot-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
Original file line number Diff line number Diff line change 15
15
- ' .github/workflows/changelog-generator.yml'
16
16
17
17
env :
18
- COMPOSER_ROOT_VERSION : " 1.12 .x-dev"
18
+ COMPOSER_ROOT_VERSION : " 2.0 .x-dev"
19
19
20
20
concurrency :
21
21
group : changelog-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
Original file line number Diff line number Diff line change 18
18
- ' .github/workflows/checksum-phar.yml'
19
19
20
20
env :
21
- COMPOSER_ROOT_VERSION : " 1.12 .x-dev"
21
+ COMPOSER_ROOT_VERSION : " 2.0 .x-dev"
22
22
23
23
concurrency :
24
24
group : checksum-phar-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
@@ -101,14 +101,14 @@ jobs:
101
101
- name : " Composer dump"
102
102
run : " composer install --no-interaction --no-progress"
103
103
env :
104
- COMPOSER_ROOT_VERSION : " 1.12 .x-dev"
104
+ COMPOSER_ROOT_VERSION : " 2.0 .x-dev"
105
105
106
106
- name : " Compile PHAR for checksum"
107
107
working-directory : " compiler/build"
108
108
run : " php box.phar compile --no-parallel"
109
109
env :
110
110
PHAR_CHECKSUM : " 1"
111
- COMPOSER_ROOT_VERSION : " 1.12 .x-dev"
111
+ COMPOSER_ROOT_VERSION : " 2.0 .x-dev"
112
112
113
113
- name : " Re-sign PHAR"
114
114
run : " php compiler/build/resign.php tmp/phpstan.phar"
Original file line number Diff line number Diff line change 19
19
- ' issue-bot/**'
20
20
21
21
env :
22
- COMPOSER_ROOT_VERSION : " 1.12 .x-dev"
22
+ COMPOSER_ROOT_VERSION : " 2.0 .x-dev"
23
23
24
24
concurrency :
25
25
group : e2e-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
Original file line number Diff line number Diff line change 18
18
- ' changelog-generator/**'
19
19
20
20
env :
21
- COMPOSER_ROOT_VERSION : " 1.12 .x-dev"
21
+ COMPOSER_ROOT_VERSION : " 2.0 .x-dev"
22
22
23
23
concurrency :
24
24
group : run-issue-bot-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
Original file line number Diff line number Diff line change 9
9
- " 2.0.x"
10
10
11
11
env :
12
- COMPOSER_ROOT_VERSION : " 1.12 .x-dev"
12
+ COMPOSER_ROOT_VERSION : " 2.0 .x-dev"
13
13
14
14
concurrency :
15
15
group : lint-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
Original file line number Diff line number Diff line change 11
11
- ' 2.0.*'
12
12
13
13
env :
14
- COMPOSER_ROOT_VERSION : " 1.12 .x-dev"
14
+ COMPOSER_ROOT_VERSION : " 2.0 .x-dev"
15
15
16
16
concurrency :
17
17
group : phar-${{ github.ref }} # will be canceled on subsequent pushes in both branches and pull requests
Original file line number Diff line number Diff line change 19
19
- ' issue-bot/**'
20
20
21
21
env :
22
- COMPOSER_ROOT_VERSION : " 1.12 .x-dev"
22
+ COMPOSER_ROOT_VERSION : " 2.0 .x-dev"
23
23
REFLECTION_GOLDEN_TEST_FILE : " /tmp/reflection-golden.test"
24
24
REFLECTION_GOLDEN_SYMBOLS_FILE : " /tmp/reflection-golden-symbols.txt"
25
25
Original file line number Diff line number Diff line change 15
15
- ' apigen/**'
16
16
17
17
env :
18
- COMPOSER_ROOT_VERSION : " 1.12 .x-dev"
18
+ COMPOSER_ROOT_VERSION : " 2.0 .x-dev"
19
19
20
20
concurrency :
21
21
group : sa-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
Original file line number Diff line number Diff line change 19
19
- ' issue-bot/**'
20
20
21
21
env :
22
- COMPOSER_ROOT_VERSION : " 1.12 .x-dev"
22
+ COMPOSER_ROOT_VERSION : " 2.0 .x-dev"
23
23
24
24
concurrency :
25
25
group : tests-${{ github.head_ref || github.run_id }} # will be canceled on subsequent pushes in pull requests but not branches
You can’t perform that action at this time.
0 commit comments