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 553ea2b commit 8fd30daCopy full SHA for 8fd30da
.github/workflows/ci.yml
@@ -9,7 +9,8 @@ on:
9
jobs:
10
build:
11
name: Test
12
- runs-on: Ubuntu-20.04
+ runs-on: ubuntu-24.04
13
+
14
strategy:
15
fail-fast: false
16
matrix:
.github/workflows/static.yml
@@ -9,7 +9,7 @@ on:
phpstan:
name: PHPStan
- runs-on: Ubuntu-22.04
steps:
- name: Checkout code
@@ -41,7 +41,7 @@ jobs:
41
42
php-cs-fixer:
43
name: PHP-CS-Fixer
44
- runs-on: ubuntu-latest
45
46
- uses: actions/checkout@v4
47
- name: PHP-CS-Fixer
@@ -51,7 +51,7 @@ jobs:
51
52
psalm:
53
name: Psalm
54
55
56
57
uses: actions/checkout@v4
0 commit comments