Skip to content

Commit

Permalink
add ubuntu 21.04
Browse files Browse the repository at this point in the history
  • Loading branch information
nxadm committed Apr 25, 2021
1 parent fc49aa1 commit 57bfc67
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
"fedora:32", "fedora:33", "fedora:rawhide",
"opensuse/leap:15.2", "opensuse/tumbleweed",
"ubuntu:16.04", "ubuntu:18.04", "ubuntu:20.04",
"ubuntu:20.10", "ubuntu:devel",
"ubuntu:20.10", "ubuntu:21.01", "ubuntu:devel",
]
runs-on: ubuntu-20.04
container:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
"debian:9-slim", "debian:10-slim",
"fedora:32", "fedora:33",
"opensuse/leap:15.2", "opensuse/tumbleweed",
"ubuntu:16.04", "ubuntu:18.04", "ubuntu:20.04", "ubuntu:20.10",
"ubuntu:16.04", "ubuntu:18.04", "ubuntu:20.04", "ubuntu:20.10", "ubuntu:21.04"
]
experimental: [false]
include:
Expand Down Expand Up @@ -108,4 +108,4 @@ jobs:
- name: Upload to repository
run: |
chmod +x actions/*
actions/upload.sh packages
actions/upload.sh packages
Empty file modified actions/upload.sh
100644 → 100755
Empty file.
8 changes: 4 additions & 4 deletions config/setup.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The versions correspond with git tags or commits.
RAKUDO_VERSION=2021.03
NQP_VERSION=2021.03
MOARVM_VERSION=2021.03
ZEF_VERSION=v0.11.5
RAKUDO_VERSION=2021.04
NQP_VERSION=2021.04
MOARVM_VERSION=2021.04
ZEF_VERSION=v0.11.7
PKG_REVISION=01

0 comments on commit 57bfc67

Please sign in to comment.