Skip to content

Commit 71ab364

Browse files
Merge pull request #200 from matomo-org/ubuntu-24.04
Run actions on Ubuntu 24.04
2 parents 0104154 + ca62930 commit 71ab364

8 files changed

+3
-3
lines changed

.github/workflows/matomo-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ concurrency:
3333

3434
jobs:
3535
PluginTests:
36-
runs-on: ubuntu-20.04
36+
runs-on: ubuntu-24.04
3737
strategy:
3838
fail-fast: false
3939
matrix:
@@ -56,7 +56,7 @@ jobs:
5656
artifacts-pass: ${{ secrets.ARTIFACTS_PASS }}
5757
upload-artifacts: ${{ matrix.php == '7.2' && matrix.target == 'maximum_supported_matomo' }}
5858
UI:
59-
runs-on: ubuntu-20.04
59+
runs-on: ubuntu-24.04
6060
steps:
6161
- uses: actions/checkout@v3
6262
with:

.github/workflows/phpcs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
jobs:
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:
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)