We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37e8f15 + 299fb2c commit 2abdba1Copy full SHA for 2abdba1
3 files changed
.github/workflows/matomo-tests.yml
@@ -33,7 +33,7 @@ concurrency:
33
34
jobs:
35
PluginTests:
36
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
37
strategy:
38
fail-fast: false
39
matrix:
@@ -57,7 +57,7 @@ jobs:
57
upload-artifacts: ${{ matrix.php == '7.2' && matrix.target == 'maximum_supported_matomo' }}
58
artifacts-protected: true
59
UI:
60
61
steps:
62
- uses: actions/checkout@v3
63
with:
.github/workflows/phpcs.yml
@@ -17,7 +17,7 @@ permissions:
17
18
phpcs:
19
name: PHPCS
20
- runs-on: ubuntu-latest
21
22
- uses: actions/checkout@v4
23
tests/UI/expected-screenshots/CustomJs_manage.png
-1.16 KB
0 commit comments