Skip to content

Commit 9b2bd9a

Browse files
authored
Merge pull request #1035 from cakephp/update-ci
Update ci versions
2 parents c41d547 + f5a267e commit 9b2bd9a

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: CI
33
on:
44
push:
55
branches:
6-
- '4.x'
7-
- '4.next'
86
- '5.x'
7+
- '5.next'
8+
- '6.x'
99
pull_request:
1010
branches:
1111
- '*'
@@ -16,18 +16,15 @@ permissions:
1616

1717
jobs:
1818
testsuite:
19-
runs-on: ubuntu-22.04
19+
runs-on: ubuntu-24.04
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
php-version: ['8.1', '8.3']
24-
dependencies: ['highest']
2523
include:
2624
- php-version: '8.1'
2725
dependencies: 'lowest'
2826
- php-version: '8.4'
2927
dependencies: 'highest'
30-
composer-options: '--ignore-platform-req=php'
3128

3229
steps:
3330
- uses: actions/checkout@v4
@@ -56,7 +53,7 @@ jobs:
5653

5754
coding-standard:
5855
name: Coding Standard & Static Analysis
59-
runs-on: ubuntu-22.04
56+
runs-on: ubuntu-24.04
6057

6158
steps:
6259
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)