Skip to content

Commit

Permalink
add fedora 37
Browse files Browse the repository at this point in the history
  • Loading branch information
nxadm committed Nov 15, 2022
1 parent f6ef163 commit f83b781
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devbuild.yml
Expand Up @@ -76,7 +76,7 @@ jobs:
"registry.access.redhat.com/ubi8-minimal",
"registry.access.redhat.com/ubi9-minimal",
"debian:9-slim", "debian:10-slim", "debian:11-slim", "debian:testing-slim",
"fedora:35", "fedora:36", "fedora:rawhide",
"fedora:35", "fedora:36", "fedora:37", "fedora:rawhide",
"opensuse/leap:15.3", "opensuse/leap:15.4", "opensuse/tumbleweed",
"ubuntu:16.04", "ubuntu:18.04", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:22.10", "ubuntu:devel",
]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
"registry.access.redhat.com/ubi8-minimal",
"registry.access.redhat.com/ubi9-minimal",
"debian:9-slim", "debian:10-slim", "debian:11-slim",
"fedora:35", "fedora:36",
"fedora:35", "fedora:36", "fedora:37",
"opensuse/leap:15.3", "opensuse/leap:15.4", "opensuse/tumbleweed",
"ubuntu:16.04", "ubuntu:18.04", "ubuntu:20.04",
"ubuntu:22.04", "ubuntu:22.10",
Expand Down
4 changes: 2 additions & 2 deletions config/pkginfo.sh
@@ -1,5 +1,5 @@
NFPM_RELEASE=2.20.0
NFPM_RELEASE=2.22.0
PKG_MAINTAINER="Claudio Ramirez <pub.claudio@gmail.com>"
PKG_TARGZ="ubuntu16.04"
FEDORA_RAWHIDE_VERSION=37
FEDORA_RAWHIDE_VERSION=38
DEBIAN_TESTING_CODENAME="bookworm"
2 changes: 1 addition & 1 deletion config/setup.sh
Expand Up @@ -3,4 +3,4 @@ RAKUDO_VERSION=2022.07
NQP_VERSION=2022.07
MOARVM_VERSION=2022.07
ZEF_VERSION=v0.14.4
PKG_REVISION=02
PKG_REVISION=03

0 comments on commit f83b781

Please sign in to comment.