Skip to content

Commit

Permalink
ci: use ubuntu-latest (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Apr 4, 2023
1 parent 0a46d76 commit f6c8cac
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
phpunit:
name: "PHPUnit"
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-latest"
strategy:
matrix:
php-version:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

phpunit-with-clickhouse:
name: "PHPUnit"
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-latest"
strategy:
matrix:
php-version:
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
coding-standards:
name: "Coding Standards"
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-latest"

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/infection.yml
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
Infection:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
env:
CLICKHOUSE_VERSION: "22.10"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yml
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
static-analysis-phpstan:
name: "Static Analysis with PHPStan"
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-latest"

strategy:
matrix:
Expand All @@ -36,7 +36,7 @@ jobs:

static-analysis-psalm:
name: "Static Analysis with Psalm"
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-latest"

strategy:
matrix:
Expand Down

0 comments on commit f6c8cac

Please sign in to comment.