Skip to content

Commit 7c4d848

Browse files
authored
Merge pull request #576 from matomo-org/update-gh-os
Updated matomo-tests.yml to run on ubuntu-24.04
2 parents 74d9e01 + e073e9d commit 7c4d848

14 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:
@@ -58,7 +58,7 @@ jobs:
5858
dependent-plugins: 'matomo-org/plugin-MarketingCampaignsReporting innocraft/plugin-Funnels'
5959
github-token: ${{ secrets.TESTS_ACCESS_TOKEN || secrets.GITHUB_TOKEN }}
6060
UI:
61-
runs-on: ubuntu-20.04
61+
runs-on: ubuntu-24.04
6262
steps:
6363
- uses: actions/checkout@v3
6464
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:
-8.73 KB
Loading
-2.99 KB
Loading
-2.47 KB
Loading
-33.4 KB
Loading
-22 KB
Loading
-19.2 KB
Loading
-19.2 KB
Loading
-22.3 KB
Loading

0 commit comments

Comments
 (0)