Skip to content

Commit

Permalink
add ubuntu 22.04, bump nfpm + zef
Browse files Browse the repository at this point in the history
  • Loading branch information
nxadm committed Apr 22, 2022
1 parent f7c4e1c commit aed0944
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,13 @@ jobs:
fail-fast: false
matrix:
image: [
#"alpine:3.12", "alpine:3.13", "alpine:3.14", "alpine:3.15",
#"registry.access.redhat.com/ubi7-minimal", "registry.access.redhat.com/ubi8-minimal",
#"debian:9-slim", "debian:10-slim", "debian:11-slim",
#"fedora:34", "fedora:35",
#"opensuse/leap:15.2", # to be removed at 20220701
#"opensuse/leap:15.3", "opensuse/tumbleweed",
#"ubuntu:16.04", "ubuntu:18.04", "ubuntu:20.04", "ubuntu:21.10",
"ubuntu:22.04"
"alpine:3.12", "alpine:3.13", "alpine:3.14", "alpine:3.15",
"registry.access.redhat.com/ubi7-minimal", "registry.access.redhat.com/ubi8-minimal",
"debian:9-slim", "debian:10-slim", "debian:11-slim",
"fedora:34", "fedora:35",
"opensuse/leap:15.2", # to be removed at 20220701
"opensuse/leap:15.3", "opensuse/tumbleweed",
"ubuntu:16.04", "ubuntu:18.04", "ubuntu:20.04", "ubuntu:21.10", "ubuntu:22.04"
]
experimental: [false]
include:
Expand Down
2 changes: 1 addition & 1 deletion config/pkginfo.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
NFPM_RELEASE=2.15.0
NFPM_RELEASE=2.15.1
PKG_MAINTAINER="Claudio Ramirez <pub.claudio@gmail.com>"
PKG_TARGZ="ubuntu16.04"
FEDORA_RAWHIDE_VERSION=36
Expand Down
4 changes: 2 additions & 2 deletions config/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
RAKUDO_VERSION=2022.03
NQP_VERSION=2022.03
MOARVM_VERSION=2022.03
ZEF_VERSION=v0.13.7
PKG_REVISION=01
ZEF_VERSION=v0.13.8
PKG_REVISION=02

0 comments on commit aed0944

Please sign in to comment.