We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85cd0f2 commit cd94662Copy full SHA for cd94662
.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
artifacts-pass: ${{ secrets.ARTIFACTS_PASS }}
58
upload-artifacts: ${{ matrix.php == '7.2' && matrix.target == 'maximum_supported_matomo' }}
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
0 commit comments