Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 13 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,20 @@ jobs:
strategy:
matrix:
fedora_version:
- 41
- 42
- name: previous
version: 41
- name: current
version: 42
- name: branched
version: 43
- name: rawhide
version: rawhide
continue-on-error: true
fail-fast: false # if one fails, keep the other(s) running
name: "🛃 Unit tests (Fedora ${{ matrix.fedora_version }})"
name: "🛃 Unit tests (Fedora ${{ matrix.fedora_version.name }})"
runs-on: ubuntu-24.04
container: registry.fedoraproject.org/fedora:${{ matrix.fedora_version }}
container: registry.fedoraproject.org/fedora:${{ matrix.fedora_version.version }}
continue-on-error: ${{ matrix.continue-on-error || false }}
env:
# workaround for expired cert at source of indirect dependency
# (go.opencensus.io/trace)
Expand Down Expand Up @@ -98,7 +106,7 @@ jobs:
- version: 9
image_tag: stream9
- version: 10
image_tag: stream10-development
image_tag: stream10
fail-fast: false # if one fails, keep the other(s) running
name: "🛃 Unit tests (CentOS Stream ${{ matrix.centos_stream.version }})"
runs-on: ubuntu-24.04
Expand Down
14 changes: 14 additions & 0 deletions Schutzfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,19 @@
"commit": "3c676700b81baf7e0ff57887e97eac7d6192b4af"
}
}
},
"fedora-43": {
"dependencies": {
"osbuild": {
"commit": "3c676700b81baf7e0ff57887e97eac7d6192b4af"
}
}
},
"fedora-44": {
"dependencies": {
"osbuild": {
"commit": "3c676700b81baf7e0ff57887e97eac7d6192b4af"
}
}
}
}
Loading