Skip to content

Commit

Permalink
Add Ubuntu 22.04 to CI
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <travis.collins@analog.com>
  • Loading branch information
tfcollins committed Oct 12, 2023
1 parent 31ea33d commit e0ec5b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ jobs:
strategy:
fail-fast: false
matrix:
images: ["debian:buster", "debian:bullseye", "ubuntu:20.04"]
images: ["debian:buster", "debian:bullseye", "ubuntu:20.04", "ubuntu:22.04"]
include:
- images: "debian:buster"
label: "Debian_10"
- images: "debian:bullseye"
label: "Debian_11"
- images: "ubuntu:20.04"
label: "Ubuntu_20_04"
- images: "ubuntu:22.04"
label: "Ubuntu_22_04"

container:
image: ${{ matrix.images }}
Expand Down

0 comments on commit e0ec5b6

Please sign in to comment.