Skip to content

Commit 8bcc583

Browse files
committed
Repository maintenance, update runner image
1 parent 53bde46 commit 8bcc583

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/leanness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: push
55
jobs:
66
test:
77
name: "Package leanness"
8-
runs-on: "ubuntu-20.04"
8+
runs-on: ubuntu-latest
99

1010
strategy:
1111
matrix:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: push
55
jobs:
66
test:
77
name: "PHPUnit (PHP ${{ matrix.php }})"
8-
runs-on: "ubuntu-20.04"
8+
runs-on: ubuntu-latest
99

1010
strategy:
1111
matrix:

0 commit comments

Comments
 (0)