Skip to content

Commit

Permalink
latest CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrothstein committed Jun 29, 2023
1 parent c6c69fd commit 53a9a69
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 14 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: task ver
run: task --version
- name: download task mono
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: taskmono
ref: develop
Expand All @@ -27,17 +27,16 @@ jobs:
fail-fast: false
matrix:
os:
- alpine_3.16
- alpine_3.17
- alpine_3.18
- alpine_edge
- archlinux_latest
- debian_bookworm
- debian_bullseye
- debian_buster
- fedora_36
- fedora_37
- fedora_38
- rockylinux_8
- rockylinux_9
- ubuntu_bionic
- ubuntu_focal
- ubuntu_jammy
python-version:
Expand Down
7 changes: 3 additions & 4 deletions dcb-os.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
- alpine_3.16
- alpine_3.17
- alpine_3.18
- alpine_edge
- archlinux_latest
- debian_bookworm
- debian_bullseye
- debian_buster
- fedora_36
- fedora_37
- fedora_38
- rockylinux_8
- rockylinux_9
- ubuntu_bionic
- ubuntu_focal
- ubuntu_jammy
5 changes: 2 additions & 3 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,17 @@ galaxy_info:
- all
- name: Debian
versions:
- bookworm
- bullseye
- buster
- name: EL
versions:
- 8
- 9
- name: Fedora
versions:
- 36
- 37
- 38
- name: Ubuntu
versions:
- bionic
- focal
- jammy
4 changes: 2 additions & 2 deletions meta/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: andrewrothstein.unarchive-deps
version: v1.2.4
version: v1.2.5
- name: andrewrothstein.temurin
version: 1.1.5
version: 1.1.6

0 comments on commit 53a9a69

Please sign in to comment.