Skip to content

Commit

Permalink
latest CI, meta, deps
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrothstein committed Jun 27, 2022
1 parent 00d890a commit 3bd7260
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
strategy:
matrix:
os:
- alpine_3.14
- alpine_3.15
- alpine_3.16
- alpine_edge
- archlinux_latest
- debian_bullseye
Expand All @@ -32,6 +32,7 @@ jobs:
- rockylinux_8
- ubuntu_bionic
- ubuntu_focal
- ubuntu_jammy
python-versions:
- '3.9'
name: dcb
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
**~*.retry
Dockerfile.*
requirements.yml
!meta/requirements.yml
!meta/requirements.yml
**/*undo-tree*
3 changes: 2 additions & 1 deletion dcb-os.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- alpine_3.14
- alpine_3.15
- alpine_3.16
- alpine_edge
- archlinux_latest
- debian_bullseye
Expand All @@ -10,3 +10,4 @@
- rockylinux_8
- ubuntu_bionic
- ubuntu_focal
- ubuntu_jammy
2 changes: 2 additions & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
dependencies:
- andrewrothstein.unarchive-deps
- openjdk_app: jdk
Expand Down Expand Up @@ -34,3 +35,4 @@ galaxy_info:
versions:
- bionic
- focal
- jammy
2 changes: 1 addition & 1 deletion meta/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
- name: andrewrothstein.unarchive-deps
version: v1.2.3
- name: andrewrothstein.temurin
version: 0.1.4
version: 1.0.0

0 comments on commit 3bd7260

Please sign in to comment.