Skip to content

Commit eeb74de

Browse files
committed
php-version: "8.5"
1 parent 345c0a7 commit eeb74de

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/publish-docsets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup PHP
2525
uses: shivammathur/setup-php@v2
2626
with:
27-
php-version: "8.4"
27+
php-version: "8.5"
2828

2929
- name: Checkout repository
3030
uses: actions/checkout@v6

.github/workflows/test-compatibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
- "ubuntu-latest"
1414
- "macos-latest"
1515
php:
16-
# - "8.2"
17-
- "8.4"
16+
# - "8.4"
17+
- "8.5"
1818

1919
steps:
2020
- name: Install tools

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
# - "macos-latest"
2626
- "ubuntu-latest"
2727
php:
28-
# - "8.2"
29-
- "8.4"
28+
# - "8.4"
29+
- "8.5"
3030

3131
name: PHP ${{ matrix.php }} on ${{ matrix.os }}
3232

.github/workflows/update-dash-user-contributions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup PHP
2222
uses: shivammathur/setup-php@v2
2323
with:
24-
php-version: "8.4"
24+
php-version: "8.5"
2525

2626
- name: Checkout repository
2727
uses: actions/checkout@v6

legacy/.github/workflows/auto-update-docsets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Setup PHP
3535
uses: shivammathur/setup-php@v2
3636
with:
37-
php-version: "8.4"
37+
php-version: "8.5"
3838

3939
- name: Checkout repository
4040
uses: actions/checkout@v5

0 commit comments

Comments
 (0)