Skip to content

Commit ef44437

Browse files
authored
Merge pull request #13 from answear/ANS-19424-bump-ubuntu-github-actions-ok
ANS-19424 - bump ubuntu github actions
2 parents 8ef638f + ab03d4f commit ef44437

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
phpunit:
88
name: "PHPUnit"
9-
runs-on: "ubuntu-20.04"
9+
runs-on: "ubuntu-latest"
1010

1111
strategy:
1212
matrix:

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
phpstan:
88
name: "PHPStan"
9-
runs-on: "ubuntu-20.04"
9+
runs-on: "ubuntu-latest"
1010

1111
strategy:
1212
matrix:

0 commit comments

Comments
 (0)