We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e73729 + 7559dbf commit 8f9d029Copy full SHA for 8f9d029
1 file changed
.github/workflows/ci.yml
@@ -13,15 +13,15 @@ on:
13
14
jobs:
15
testsuite:
16
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
17
strategy:
18
fail-fast: false
19
matrix:
20
- php-version: ['8.4']
+ php-version: ['8.4', '8.5']
21
prefer-lowest: ['']
22
23
steps:
24
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
25
26
- name: Setup PHP
27
uses: shivammathur/setup-php@v2
@@ -70,15 +70,15 @@ jobs:
70
71
cs-stan:
72
name: Coding Standard & Static Analysis
73
74
75
76
- uses: actions/checkout@v4
77
78
79
80
with:
81
- php-version: '8.1'
+ php-version: '8.4'
82
extensions: mbstring, intl
83
tools: cs2pr, phive
84
coverage: none
0 commit comments