Skip to content

Commit d22ed5c

Browse files
committed
Run workflows on PHP 8.5
1 parent 93e760d commit d22ed5c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/emulator-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333

3434
env:
35-
php-version: '8.4'
35+
php-version: '8.5'
3636

3737
steps:
3838
- name: Checkout code

.github/workflows/grpc-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ concurrency:
2929

3030
jobs:
3131
grpc-tests:
32-
name: gRPC Tests (PHP 8.3)
32+
name: gRPC Tests (PHP 8.5)
3333
runs-on: ubuntu-latest
3434
continue-on-error: true
3535
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
3636

3737
env:
38-
php-version: '8.3'
38+
php-version: '8.5'
3939
extensions: grpc
4040
key: cache-v1
4141

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-latest
3333

3434
env:
35-
php-version: '8.4'
35+
php-version: '8.5'
3636

3737
steps:
3838
- name: Checkout code

0 commit comments

Comments
 (0)