Skip to content

Commit

Permalink
Remove debian 10 from package tests since its EOL
Browse files Browse the repository at this point in the history
Debian 10 is EOL since June 30th 2024 and PGDG repo has been
removed for it leading to failing tests.
  • Loading branch information
svenklemm committed Sep 28, 2024
1 parent bf74aa6 commit b7a1074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/apt-arm-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
image: [ "debian:10-slim", "debian:11-slim", "debian:12-slim", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:24.04" ]
image: [ "debian:11-slim", "debian:12-slim", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:24.04" ]
pg: [ 14, 15, 16 ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/apt-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
image: [ "debian:10-slim", "debian:11-slim", "debian:12-slim", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:24.04" ]
image: [ "debian:11-slim", "debian:12-slim", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:24.04" ]
pg: [ 14, 15, 16 ]
license: [ "TSL", "Apache"]
include:
Expand Down

0 comments on commit b7a1074

Please sign in to comment.