Skip to content

Commit b4ae01e

Browse files
committed
Update branch references from 7.x to 8.x
1 parent 88ccc55 commit b4ae01e

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/backward-compatibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: Backward Compatibility Check
22

33
on:
44
pull_request:
5-
branches: ['7.x']
5+
branches: ['8.x']
66
paths:
77
- 'src/**'
88
- 'composer.json'
99
- '.github/workflows/backward-compatibility.yml'
1010
push:
11-
branches: ['7.x']
11+
branches: ['8.x']
1212
paths:
1313
- 'src/**'
1414
- 'composer.json'

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'README.md'
1010
- 'lychee.toml'
1111
push:
12-
branches: ['7.x']
12+
branches: ['8.x']
1313
paths:
1414
- 'docs/**'
1515
- '.github/workflows/docs.yml'

.github/workflows/emulator-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- '.github/workflows/emulator-tests.yml'
1010
- 'phpstan.neon.dist'
1111
push:
12-
branches: ['7.x']
12+
branches: ['8.x']
1313
paths:
1414
- 'src/**'
1515
- 'tests/**'

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- '.github/workflows/integration-tests.yml'
1010
- 'phpstan.neon.dist'
1111
push:
12-
branches: ['7.x']
12+
branches: ['8.x']
1313
paths:
1414
- 'src/**'
1515
- 'tests/**'

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'composer.json'
1010
- 'phpstan.neon.dist'
1111
push:
12-
branches: ['7.x']
12+
branches: ['8.x']
1313
paths:
1414
- 'src/**'
1515
- 'tests/**'

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- 'composer.json'
1010
- 'phpstan.neon.dist'
1111
push:
12-
branches: ['7.x']
12+
branches: ['8.x']
1313
paths:
1414
- 'src/**'
1515
- 'tests/**'

0 commit comments

Comments
 (0)