Skip to content

Commit 3b1b9a0

Browse files
Merge pull request #286 from matomo-org/ubuntu-24.04
Run actions on Ubuntu 24.04
2 parents 85cd0f2 + 3063c11 commit 3b1b9a0

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

.github/workflows/matomo-tests.yml

Lines changed: 2 additions & 2 deletions
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:
@@ -57,7 +57,7 @@ jobs:
5757
artifacts-pass: ${{ secrets.ARTIFACTS_PASS }}
5858
upload-artifacts: ${{ matrix.php == '7.2' && matrix.target == 'maximum_supported_matomo' }}
5959
UI:
60-
runs-on: ubuntu-20.04
60+
runs-on: ubuntu-24.04
6161
steps:
6262
- uses: actions/checkout@v3
6363
with:

.github/workflows/phpcs.yml

Lines changed: 1 addition & 1 deletion
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:
-21 KB
Loading
-26.8 KB
Loading
-20.7 KB
Loading

0 commit comments

Comments
 (0)