File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ permissions:
77jobs :
88 php_version :
99 name : Lookup PHP version
10- runs-on : ubuntu-latest
10+ runs-on : ubuntu-24.04
1111 outputs :
1212 php_version : ${{ env.php_version }}
1313 steps :
1717
1818 review_codestyle :
1919 name : Codestyle
20- runs-on : ubuntu-latest
20+ runs-on : ubuntu-24.04
2121 needs : php_version
2222 steps :
2323 - uses : actions/checkout@v5
3535
3636 static_code_analysis :
3737 name : Static Code Analysis
38- runs-on : ubuntu-latest
38+ runs-on : ubuntu-24.04
3939 needs : php_version
4040 steps :
4141 - uses : actions/checkout@v5
5858
5959 unit_tests :
6060 name : PHPUnit tests
61- runs-on : ubuntu-latest
61+ runs-on : ubuntu-24.04
6262 needs : php_version
6363 steps :
6464 - uses : actions/checkout@v5
@@ -76,14 +76,14 @@ jobs:
7676
7777 hadolint :
7878 name : Hadolint
79- runs-on : ubuntu-latest
79+ runs-on : ubuntu-24.04
8080 steps :
8181 - uses : actions/checkout@v5
8282 -
uses :
hadolint/[email protected] 8383
8484 markdown_lint :
8585 name : Markdown lint
86- runs-on : ubuntu-latest
86+ runs-on : ubuntu-24.04
8787 steps :
8888 - uses : actions/checkout@v5
8989 - name : Install problem matcher
9595
9696 docker_build :
9797 name : Test Docker build
98- runs-on : ubuntu-latest
98+ runs-on : ubuntu-24.04
9999 steps :
100100 - uses : actions/checkout@v5
101101 - name : Build docker image
You can’t perform that action at this time.
0 commit comments