diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index e9612ca..7ea82e6 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -32,7 +32,7 @@ jobs: "registry.access.redhat.com/ubi9-minimal", "debian:11-slim", "debian:12-slim", "fedora:36", "fedora:37", "fedora:38", - "opensuse/leap:15.4", "opensuse/leap:15.4", "opensuse/tumbleweed", + "opensuse/leap:15.4", "opensuse/leap:15.5", "opensuse/tumbleweed", "ubuntu:16.04", "ubuntu:18.04", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:22.10", "ubuntu:23.04", ] diff --git a/config/pkginfo.sh b/config/pkginfo.sh index 0d2e482..238eddc 100755 --- a/config/pkginfo.sh +++ b/config/pkginfo.sh @@ -1,4 +1,4 @@ -NFPM_RELEASE=2.31.0 +NFPM_RELEASE=2.32.0 PKG_MAINTAINER="Claudio Ramirez " PKG_TARGZ="ubuntu16.04" FEDORA_RAWHIDE_VERSION=40 diff --git a/config/setup.sh b/config/setup.sh index b3e47f4..d8471c2 100755 --- a/config/setup.sh +++ b/config/setup.sh @@ -1,6 +1,6 @@ # The versions correspond with git tags or commits. -RAKUDO_VERSION=2023.06 -NQP_VERSION=2023.06 -MOARVM_VERSION=2023.06 -ZEF_VERSION=v0.18.2 +RAKUDO_VERSION=2023.08 +NQP_VERSION=2023.08 +MOARVM_VERSION=2023.08 +ZEF_VERSION=v0.19.1 PKG_REVISION=01