Upgrade CI to Ubuntu 23.10 (#2355)

This commit is contained in:
Andrew Gaul 2023-10-22 22:18:29 +09:00 committed by GitHub
parent 3856637cd2
commit a3964b3fcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ jobs:
#
matrix:
container:
- ubuntu:23.04
- ubuntu:23.10
- ubuntu:22.04
- ubuntu:20.04
- debian:bookworm

View File

@ -80,7 +80,7 @@ PACKAGE_INSTALL_ADDITIONAL_OPTIONS=""
SHELLCHECK_DIRECT_INSTALL=0
AWSCLI_DIRECT_INSTALL=1
if [ "${CONTAINER_FULLNAME}" = "ubuntu:23.04" ]; then
if [ "${CONTAINER_FULLNAME}" = "ubuntu:23.10" ]; then
PACKAGE_MANAGER_BIN="apt-get"
PACKAGE_UPDATE_OPTIONS="update -y -qq"
PACKAGE_INSTALL_OPTIONS="install -y"