Skip to content

Commit

Permalink
Use ubuntu-latest for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Jul 5, 2023
1 parent 927acc6 commit 22ef874
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
deploy-docs:
name: Deploy docs
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
static-analysis-phpstan:
name: Static Analysis with PHPStan
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

strategy:
fail-fast: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
phpunit:
name: PHPUnit
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

strategy:
matrix:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

upload_coverage:
name: Upload coverage to Codecov
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
needs:
- phpunit

Expand All @@ -80,7 +80,7 @@ jobs:

benchmarks:
name: Benchmarks
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand Down

0 comments on commit 22ef874

Please sign in to comment.