Skip to content

Commit

Permalink
remove to-be-deprecated ubuntu-18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
twiddler committed Dec 21, 2022
1 parent 0c6361b commit 2f53b37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, ubuntu-20.04, ubuntu-18.04]
os: [ubuntu-latest, ubuntu-20.04]
parent-image: ["nginx:1.21.0", ubuntu]
my-image: ["nginx/nginx-ingress:1.12.0", ubuntu]

Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, ubuntu-20.04, ubuntu-18.04]
os: [ubuntu-latest, ubuntu-20.04]
parent-image:
["alpine:3.13", "alpine:3.14", "ghcr.io/twiddler/my-alpine:3.13"]
my-image: ["ghcr.io/twiddler/my-alpine:3.13"]
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, ubuntu-20.04, ubuntu-18.04]
os: [ubuntu-latest, ubuntu-20.04]
parent-image: [qwertzui]
my-image: [alpine, asdfghjk]

Expand All @@ -107,7 +107,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, ubuntu-20.04, ubuntu-18.04]
os: [ubuntu-latest, ubuntu-20.04]
parent-image: [alpine, asdfghjk]
my-image: [qwertzui]

Expand Down

0 comments on commit 2f53b37

Please sign in to comment.