Skip to content

Commit 8f5d610

Browse files
committed
Kick off 8.x development
1 parent 2c64b14 commit 8f5d610

File tree

11 files changed

+23
-797
lines changed

11 files changed

+23
-797
lines changed

.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- 'tests/**'
99
- 'phpstan.neon.dist'
1010
push:
11-
branches: ['7.x']
11+
branches: ['8.x']
1212
paths:
1313
- 'src/**'
1414
- 'tests/**'
@@ -29,7 +29,7 @@ jobs:
2929
env:
3030
php-version: '8.4'
3131
extensions: ctype, dom, grpc, json, mbstring, openssl, xml, zip, zlib
32-
key: cache-emulators-7x-83-v1
32+
key: cache-emulators-8x
3333

3434
steps:
3535
- name: Checkout code

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- 'tests/**'
99
- 'phpstan.neon.dist'
1010
push:
11-
branches: ['7.x']
11+
branches: ['8.x']
1212
paths:
1313
- 'src/**'
1414
- 'tests/**'
@@ -29,7 +29,7 @@ jobs:
2929
env:
3030
php-version: '8.4'
3131
extensions: ctype, dom, grpc, json, mbstring, openssl, xml, zip, zlib
32-
key: cache-integration-7x-83-v1
32+
key: cache-integration-8x
3333

3434
steps:
3535
- name: Checkout code

.github/workflows/static-analysis.yml

Lines changed: 2 additions & 2 deletions
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/**'
@@ -41,7 +41,7 @@ jobs:
4141

4242
env:
4343
extensions: ctype, dom, grpc, json, mbstring, openssl, xml, zip, zlib
44-
key: cache-static-analysis-7x-${{ matrix.php }}-v1
44+
key: cache-static-analysis-8x-${{ matrix.php }}
4545

4646
steps:
4747
- name: Checkout code

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
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/**'
@@ -45,7 +45,7 @@ jobs:
4545

4646
env:
4747
extensions: ctype, dom, grpc, json, mbstring, openssl, xml, zip, zlib
48-
key: cache-unit-7x-${{ matrix.php }}-v1
48+
key: cache-unit-8x-${{ matrix.php }}
4949

5050
steps:
5151
- name: Checkout code

0 commit comments

Comments
 (0)