Skip to content

Commit

Permalink
Pin Ubuntu version
Browse files Browse the repository at this point in the history
Using moving aliases has proven troublesome in the past.
  • Loading branch information
greg0ire committed Oct 13, 2020
1 parent 787a12d commit 95ef20f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: ["pull_request", "push"]
jobs:
static-analysis-phpstan:
name: "Static Analysis with PHPStan"
runs-on: "ubuntu-latest"
runs-on: "ubuntu-20.04"

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

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

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

phpunit-oci8:
name: "PHPUnit on OCI8"
runs-on: "ubuntu-latest"
runs-on: "ubuntu-20.04"

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

phpunit-pdo-oci:
name: "PHPUnit on PDO_OCI"
runs-on: "ubuntu-latest"
runs-on: "ubuntu-20.04"

strategy:
matrix:
Expand Down

0 comments on commit 95ef20f

Please sign in to comment.