Skip to content

Commit 4a06c1b

Browse files
committed
Use ubuntu-latest for actions
1 parent fa385b8 commit 4a06c1b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
phpunit:
1515
name: "PHPUnit"
16-
runs-on: "ubuntu-20.04"
16+
runs-on: "ubuntu-latest"
1717

1818
strategy:
1919
fail-fast: false
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
dependency-versions: "${{ matrix.dependencies }}"
4949
composer-options: "--prefer-dist"
50-
50+
5151
- name: "Show Composer packages"
5252
run: "composer show"
5353

@@ -62,7 +62,7 @@ jobs:
6262

6363
upload_coverage:
6464
name: "Upload coverage to Codecov"
65-
runs-on: "ubuntu-20.04"
65+
runs-on: "ubuntu-latest"
6666
needs:
6767
- "phpunit"
6868

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
psalm:
1515
name: "Static Analysis"
16-
runs-on: "ubuntu-20.04"
16+
runs-on: "ubuntu-latest"
1717

1818
steps:
1919
- uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)