Skip to content

Commit

Permalink
Update debian/ubuntu versions
Browse files Browse the repository at this point in the history
Add: Debian 12, Ubuntu 23.04
Remove: Ubuntu 22.10
Change references to use version numbers instead of release names.
  • Loading branch information
kgyrtkirk committed Jul 5, 2023
1 parent 490bc91 commit ab8324b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/apt-arm-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# Debian images: 10 (buster), 11 (bullseye)
# Ubuntu images: 20.04 LTS (focal), 22.04 (jammy)
image: [ "debian:10-slim","debian:11-slim","ubuntu:focal", "ubuntu:jammy"]
image: [ "debian:10-slim", "debian:11-slim","debian:12-slim","ubuntu:20.04", "ubuntu:22.04", "ubuntu:23.04"]
pg: [ 12, 13, 14, 15 ]

steps:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/apt-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# Debian images: 10 (buster), 11 (bullseye)
# Ubuntu images: 18.04 LTS (bionic), 20.04 LTS (focal), 21.10 (impish), 22.04 (jammy), 22.10 (kinetic)
image: [ "debian:10-slim", "debian:11-slim", "ubuntu:focal", "ubuntu:jammy", "ubuntu:kinetic"]
image: [ "debian:10-slim", "debian:11-slim","debian:12-slim","ubuntu:20.04", "ubuntu:22.04", "ubuntu:23.04"]
pg: [ 12, 13, 14, 15 ]
license: [ "TSL", "Apache"]
include:
Expand Down

0 comments on commit ab8324b

Please sign in to comment.