Skip to content

Commit 60baecd

Browse files
committed
Prepare for 1.8.x by disabling some workflows on 1.7.x
1 parent e4f5da3 commit 60baecd

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docker-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Docker image nightly
77
on:
88
push:
99
branches:
10-
- "1.7.x"
10+
- "1.8.x"
1111
paths-ignore:
1212
- 'issue-bot/**'
1313
- 'website/**'

.github/workflows/test-projects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: "Test projects"
55
on:
66
push:
77
branches:
8-
- "1.7.x"
8+
- "1.8.x"
99
paths:
1010
- '.github/workflows/test-projects.yml'
1111
- 'phpstan'

.github/workflows/update-playground-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: "Update playground API"
55
on:
66
push:
77
branches:
8-
- "1.7.x"
8+
- "1.8.x"
99
paths:
1010
- '.github/workflows/update-playground-api.yml'
1111
- 'playground-api/**'

.github/workflows/update-playground-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: "Update playground runner"
55
on:
66
push:
77
branches:
8-
- "1.7.x"
8+
- "1.8.x"
99
paths-ignore:
1010
- 'issue-bot/**'
1111
- 'website/**'

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: "Website Build"
55
on:
66
push:
77
branches:
8-
- "1.7.x"
8+
- "1.8.x"
99
paths:
1010
- '.github/workflows/website.yml'
1111
- 'website/**'

0 commit comments

Comments
 (0)