Skip to content

Commit 4bfbc4b

Browse files
committed
Fix runner label deprecation
1 parent a7c522d commit 4bfbc4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
phpunit:
1313
name: "PHPUnit"
14-
runs-on: "ubuntu-20.04"
14+
runs-on: "ubuntu-22.04"
1515

1616
strategy:
1717
fail-fast: false
@@ -65,7 +65,7 @@ jobs:
6565

6666
upload_coverage:
6767
name: "Upload coverage to Codecov"
68-
runs-on: "ubuntu-20.04"
68+
runs-on: "ubuntu-22.04"
6969
needs:
7070
- "phpunit"
7171

0 commit comments

Comments
 (0)