Skip to content

Commit 8f9d029

Browse files
authored
Merge pull request #483 from cakephp/php85
Add PHP 8.5 to matrix
2 parents 9e73729 + 7559dbf commit 8f9d029

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.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)