Skip to content

Commit adb8acd

Browse files
committed
Open 1.8-dev
1 parent 60baecd commit adb8acd

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/build-issue-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'issue-bot/**'
1010
push:
1111
branches:
12-
- "1.7.x"
12+
- "1.8.x"
1313
paths:
1414
- '.github/workflows/build-issue-bot.yml'
1515
- 'issue-bot/**'

.github/workflows/docker-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
context: ./docker
5454
file: "${{ matrix.docker-file }}"
5555
build-args: |
56-
PHPSTAN_VERSION=1.7.x-dev#${{ github.sha }}
56+
PHPSTAN_VERSION=1.8.x-dev#${{ github.sha }}
5757
push: true
5858
tags: "ghcr.io/phpstan/phpstan:nightly${{ matrix.image-tag-suffix }}"
5959
platforms: linux/amd64,linux/arm64

.github/workflows/extension-tests-run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- 'playground-runner/**'
1212
push:
1313
branches:
14-
- "1.7.x"
14+
- "1.8.x"
1515
paths-ignore:
1616
- 'issue-bot/**'
1717
- 'website/**'
@@ -31,7 +31,7 @@ jobs:
3131
path: phpstan.phar
3232
extension-tests:
3333
needs: upload-phar
34-
uses: phpstan/phpstan/.github/workflows/extension-tests.yml@1.7.x
34+
uses: phpstan/phpstan/.github/workflows/extension-tests.yml@1.8.x
3535
with:
3636
ref: ${{ github.ref }}
3737
phar-checksum: "always"

.github/workflows/integration-tests-run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- 'playground-runner/**'
1212
push:
1313
branches:
14-
- "1.7.x"
14+
- "1.8.x"
1515
paths-ignore:
1616
- 'issue-bot/**'
1717
- 'website/**'
@@ -31,7 +31,7 @@ jobs:
3131
path: phpstan.phar
3232
integration-tests:
3333
needs: upload-phar
34-
uses: phpstan/phpstan/.github/workflows/integration-tests.yml@1.7.x
34+
uses: phpstan/phpstan/.github/workflows/integration-tests.yml@1.8.x
3535
with:
3636
ref: ${{ github.ref }}
3737
phar-checksum: "always"

.github/workflows/other-tests-run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- 'playground-runner/**'
1212
push:
1313
branches:
14-
- "1.7.x"
14+
- "1.8.x"
1515
paths-ignore:
1616
- 'issue-bot/**'
1717
- 'website/**'
@@ -31,7 +31,7 @@ jobs:
3131
path: phpstan.phar
3232
other-tests:
3333
needs: upload-phar
34-
uses: phpstan/phpstan/.github/workflows/other-tests.yml@1.7.x
34+
uses: phpstan/phpstan/.github/workflows/other-tests.yml@1.8.x
3535
with:
3636
ref: ${{ github.ref }}
3737
phar-checksum: "always"

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- 'playground-runner/**'
1212
push:
1313
branches:
14-
- "1.7.x"
14+
- "1.8.x"
1515
paths-ignore:
1616
- 'issue-bot/**'
1717
- 'website/**'

0 commit comments

Comments
 (0)