File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
test :
10
- if : github.event_name == 'pull_request' || github.ref == 'refs/heads/main '
10
+ if : github.event_name == 'pull_request' || github.ref == 'refs/heads/master '
11
11
runs-on : ${{ matrix.os }}
12
12
strategy :
13
13
matrix :
33
33
extensions : ${{ matrix.xdebug }}, ast
34
34
tools : composer
35
35
- name : Composer Install
36
- run : COMPOSER_ROOT_VERSION=dev-main composer install --prefer-dist --no-interaction
36
+ run : COMPOSER_ROOT_VERSION=dev-master composer install --prefer-dist --no-interaction
37
37
- name : phpcs
38
38
run : ./vendor/bin/phpcs -n
39
39
- name : phpstan
Original file line number Diff line number Diff line change 29
29
},
30
30
"extra" : {
31
31
"branch-alias" : {
32
- "dev-main" : " 1.x-dev" ,
33
- "dev-feature/spec-3.16-zobo" : " 1.x-dev"
32
+ "dev-master" : " 1.x-dev"
34
33
}
35
34
},
36
35
"minimum-stability" : " dev" ,
You can’t perform that action at this time.
0 commit comments