We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d718ef7 commit f431949Copy full SHA for f431949
.github/workflows/ci.yaml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
cs-fix:
12
name: Run code style check
13
- runs-on: "ubuntu-22.04"
+ runs-on: "ubuntu-24.04"
14
strategy:
15
matrix:
16
php:
@@ -35,7 +35,7 @@ jobs:
35
36
tests:
37
name: Tests
38
39
timeout-minutes: 10
40
41
@@ -73,7 +73,7 @@ jobs:
73
integration-tests:
74
75
needs: tests
76
77
78
79
.github/workflows/frontend-ci.yaml
frontend-test:
name: Frontend build test
- runs-on: 'ubuntu-20.04'
+ runs-on: 'ubuntu-24.04'
timeout-minutes: 5
steps:
0 commit comments