66 pull_request :
77 push :
88 branches :
9- - " 2.0 .x"
9+ - " 2.1 .x"
1010 tags :
11- - ' 2.0 .*'
11+ - ' 2.1 .*'
1212
1313concurrency :
1414 group : phar-${{ github.ref }} # will be canceled on subsequent pushes in both branches and pull requests
@@ -77,14 +77,14 @@ jobs:
7777 - name : " Composer dump"
7878 run : " composer install --no-interaction --no-progress"
7979 env :
80- COMPOSER_ROOT_VERSION : " 2.0 .x-dev"
80+ COMPOSER_ROOT_VERSION : " 2.1 .x-dev"
8181
8282 - name : " Compile PHAR for checksum"
8383 working-directory : " compiler/build"
8484 run : " php box.phar compile --no-parallel"
8585 env :
8686 PHAR_CHECKSUM : " 1"
87- COMPOSER_ROOT_VERSION : " 2.0 .x-dev"
87+ COMPOSER_ROOT_VERSION : " 2.1 .x-dev"
8888
8989 - name : " Re-sign PHAR"
9090 run : " php compiler/build/resign.php tmp/phpstan.phar"
@@ -107,30 +107,30 @@ jobs:
107107 integration-tests :
108108 if : github.event_name == 'pull_request'
109109 needs : compiler-tests
110- uses : phpstan/phpstan/.github/workflows/integration-tests.yml@2.0 .x
110+ uses : phpstan/phpstan/.github/workflows/integration-tests.yml@2.1 .x
111111 with :
112- ref : 2.0 .x
112+ ref : 2.1 .x
113113 phar-checksum : ${{needs.compiler-tests.outputs.checksum}}
114114
115115 extension-tests :
116116 if : github.event_name == 'pull_request'
117117 needs : compiler-tests
118- uses : phpstan/phpstan/.github/workflows/extension-tests.yml@2.0 .x
118+ uses : phpstan/phpstan/.github/workflows/extension-tests.yml@2.1 .x
119119 with :
120- ref : 2.0 .x
120+ ref : 2.1 .x
121121 phar-checksum : ${{needs.compiler-tests.outputs.checksum}}
122122
123123 other-tests :
124124 if : github.event_name == 'pull_request'
125125 needs : compiler-tests
126- uses : phpstan/phpstan/.github/workflows/other-tests.yml@2.0 .x
126+ uses : phpstan/phpstan/.github/workflows/other-tests.yml@2.1 .x
127127 with :
128- ref : 2.0 .x
128+ ref : 2.1 .x
129129 phar-checksum : ${{needs.compiler-tests.outputs.checksum}}
130130
131131 commit :
132132 name : " Commit PHAR"
133- if : " github.repository_owner == 'phpstan' && (github.ref == 'refs/heads/2.0 .x' || startsWith(github.ref, 'refs/tags/'))"
133+ if : " github.repository_owner == 'phpstan' && (github.ref == 'refs/heads/2.1 .x' || startsWith(github.ref, 'refs/tags/'))"
134134 needs : compiler-tests
135135 runs-on : " ubuntu-latest"
136136 timeout-minutes : 60
@@ -152,7 +152,7 @@ jobs:
152152 repository : phpstan/phpstan
153153 path : phpstan-dist
154154 token : ${{ secrets.PHPSTAN_BOT_TOKEN }}
155- ref : 2.0 .x
155+ ref : 2.1 .x
156156
157157 - name : " Get previous pushed dist commit"
158158 id : previous-commit
0 commit comments