We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58bcf16 + 48b47f9 commit 6ee5067Copy full SHA for 6ee5067
.github/workflows/coding-standards.yml
@@ -31,7 +31,7 @@ on: # yamllint disable-line rule:truthy
31
jobs:
32
coding-standards:
33
name: "Coding Standards"
34
- runs-on: "ubuntu-20.04"
+ runs-on: "ubuntu-latest"
35
36
strategy:
37
matrix:
.github/workflows/continuous-integration.yml
@@ -106,4 +106,4 @@ jobs:
106
custom-cache-suffix: $(date -u "+%Y-%m") # yamllint disable-line rule:quoted-strings
107
108
- name: "Run tests with phpunit/phpunit"
109
- run: "vendor/bin/phpunit --colors=always --testsuite=${{ inputs.test-suite }} --no-coverage"
+ run: "vendor/bin/phpunit --colors=always --testsuite=${{ inputs.test-suite }} --no-coverage"
0 commit comments