Skip to content

Commit 6ee5067

Browse files
authored
Merge pull request #62 from sergiy-petrov/sergiy-petrov-patch-1
Run coding standards on ubuntu-latest
2 parents 58bcf16 + 48b47f9 commit 6ee5067

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on: # yamllint disable-line rule:truthy
3131
jobs:
3232
coding-standards:
3333
name: "Coding Standards"
34-
runs-on: "ubuntu-20.04"
34+
runs-on: "ubuntu-latest"
3535

3636
strategy:
3737
matrix:

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ jobs:
106106
custom-cache-suffix: $(date -u "+%Y-%m") # yamllint disable-line rule:quoted-strings
107107

108108
- name: "Run tests with phpunit/phpunit"
109-
run: "vendor/bin/phpunit --colors=always --testsuite=${{ inputs.test-suite }} --no-coverage"
109+
run: "vendor/bin/phpunit --colors=always --testsuite=${{ inputs.test-suite }} --no-coverage"

0 commit comments

Comments
 (0)