We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c41d547 + f5a267e commit 9b2bd9aCopy full SHA for 9b2bd9a
1 file changed
.github/workflows/ci.yml
@@ -3,9 +3,9 @@ name: CI
3
on:
4
push:
5
branches:
6
- - '4.x'
7
- - '4.next'
8
- '5.x'
+ - '5.next'
+ - '6.x'
9
pull_request:
10
11
- '*'
@@ -16,18 +16,15 @@ permissions:
16
17
jobs:
18
testsuite:
19
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
20
strategy:
21
fail-fast: false
22
matrix:
23
- php-version: ['8.1', '8.3']
24
- dependencies: ['highest']
25
include:
26
- php-version: '8.1'
27
dependencies: 'lowest'
28
- php-version: '8.4'
29
dependencies: 'highest'
30
- composer-options: '--ignore-platform-req=php'
31
32
steps:
33
- uses: actions/checkout@v4
@@ -56,7 +53,7 @@ jobs:
56
53
57
54
coding-standard:
58
55
name: Coding Standard & Static Analysis
59
60
61
62
0 commit comments