We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80fde63 commit 8792b7aCopy full SHA for 8792b7a
.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:
@@ -56,7 +56,7 @@ jobs:
56
artifacts-pass: ${{ secrets.ARTIFACTS_PASS }}
57
upload-artifacts: ${{ matrix.php == '7.2' && matrix.target == 'maximum_supported_matomo' }}
58
UI:
59
60
steps:
61
- uses: actions/checkout@v3
62
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
0 commit comments