Skip to content

Commit 7559dbf

Browse files
committed
Add PHP 8.5 to matrix
1 parent 9e73729 commit 7559dbf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ 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.4', '8.5']
2121
prefer-lowest: ['']
2222

2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525

2626
- name: Setup PHP
2727
uses: shivammathur/setup-php@v2
@@ -70,15 +70,15 @@ jobs:
7070

7171
cs-stan:
7272
name: Coding Standard & Static Analysis
73-
runs-on: ubuntu-22.04
73+
runs-on: ubuntu-24.04
7474

7575
steps:
7676
- uses: actions/checkout@v4
7777

7878
- name: Setup PHP
7979
uses: shivammathur/setup-php@v2
8080
with:
81-
php-version: '8.1'
81+
php-version: '8.4'
8282
extensions: mbstring, intl
8383
tools: cs2pr, phive
8484
coverage: none

0 commit comments

Comments
 (0)