Skip to content

Commit

Permalink
Repository maintenance, update runner image
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelstolt committed Dec 6, 2024
1 parent 53bde46 commit 8bcc583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/leanness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: push
jobs:
test:
name: "Package leanness"
runs-on: "ubuntu-20.04"
runs-on: ubuntu-latest

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: push
jobs:
test:
name: "PHPUnit (PHP ${{ matrix.php }})"
runs-on: "ubuntu-20.04"
runs-on: ubuntu-latest

strategy:
matrix:
Expand Down

0 comments on commit 8bcc583

Please sign in to comment.