We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 050b218 + d57d64f commit 51fb914Copy full SHA for 51fb914
2 files changed
.github/workflows/ci.yml
@@ -9,12 +9,11 @@ jobs:
9
strategy:
10
matrix:
11
os:
12
- - ubuntu:20.04
13
- ubuntu:22.04
14
- ubuntu:24.04
15
- quay.io/centos/centos:stream9
16
version:
17
- - "26.1"
+ - "27.5"
18
- ""
19
20
steps:
install.sh
@@ -489,7 +489,7 @@ do_install() {
489
raspbian.buster|raspbian.stretch|raspbian.jessie)
490
deprecation_notice "$lsb_dist" "$dist_version"
491
;;
492
- ubuntu.bionic|ubuntu.xenial|ubuntu.trusty)
+ ubuntu.focal|ubuntu.bionic|ubuntu.xenial|ubuntu.trusty)
493
494
495
ubuntu.mantic|ubuntu.lunar|ubuntu.kinetic|ubuntu.impish|ubuntu.hirsute|ubuntu.groovy|ubuntu.eoan|ubuntu.disco|ubuntu.cosmic)
0 commit comments