File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ concurrency:
3333
3434jobs :
3535 PluginTests :
36- runs-on : ubuntu-20 .04
36+ runs-on : ubuntu-24 .04
3737 strategy :
3838 fail-fast : false
3939 matrix :
5656 artifacts-pass : ${{ secrets.ARTIFACTS_PASS }}
5757 upload-artifacts : ${{ matrix.php == '7.2' && matrix.target == 'maximum_supported_matomo' }}
5858 Client :
59- runs-on : ubuntu-20 .04
59+ runs-on : ubuntu-24 .04
6060 timeout-minutes : 15
6161 strategy :
6262 fail-fast : false
7676 node-version : ' 16'
7777 mysql-service : false
7878 UI :
79- runs-on : ubuntu-20 .04
79+ runs-on : ubuntu-24 .04
8080 steps :
8181 - uses : actions/checkout@v3
8282 with :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ permissions:
1717jobs :
1818 phpcs :
1919 name : PHPCS
20- runs-on : ubuntu-latest
20+ runs-on : ubuntu-24.04
2121 steps :
2222 - uses : actions/checkout@v4
2323 with :
You can’t perform that action at this time.
0 commit comments