Skip to content

Commit

Permalink
Remove ubuntu kinetic from package test since it's EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
svenklemm committed Sep 16, 2023
1 parent 98507d4 commit 352d50f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/apt-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: APT packages
schedule:
# run daily 0:00 on main branch
- cron: '0 0 * * *'
pull_request:
push:
tags:
- '*'
Expand All @@ -20,9 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# Debian images: 10 (buster), 11 (bullseye), 12 (bookworm)
# 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", "debian:12-slim", "ubuntu:focal", "ubuntu:jammy", "ubuntu:kinetic"]
image: [ "debian:10-slim", "debian:11-slim", "debian:12-slim", "ubuntu:20.04", "ubuntu:22.04" ]
pg: [ 13, 14, 15 ]
license: [ "TSL", "Apache"]
include:
Expand Down

0 comments on commit 352d50f

Please sign in to comment.