Skip to content

Commit 18db253

Browse files
committed
Add PHP 8.5 to matrix
1 parent 9e73729 commit 18db253

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,18 @@ on:
1313

1414
jobs:
1515
testsuite:
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
php-version: ['8.4']
20+
php-version: ['8.5']
2121
prefer-lowest: ['']
22+
include:
23+
- php-version: 8.4
24+
prefer-lowest: prefer-lowest
2225

2326
steps:
24-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2528

2629
- name: Setup PHP
2730
uses: shivammathur/setup-php@v2
@@ -70,15 +73,15 @@ jobs:
7073

7174
cs-stan:
7275
name: Coding Standard & Static Analysis
73-
runs-on: ubuntu-22.04
76+
runs-on: ubuntu-24.04
7477

7578
steps:
7679
- uses: actions/checkout@v4
7780

7881
- name: Setup PHP
7982
uses: shivammathur/setup-php@v2
8083
with:
81-
php-version: '8.1'
84+
php-version: '8.4'
8285
extensions: mbstring, intl
8386
tools: cs2pr, phive
8487
coverage: none

0 commit comments

Comments
 (0)