Skip to content

Commit

Permalink
Add CentOS Stream 10 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scaronni committed Dec 27, 2024
1 parent 2b91ef8 commit 483cb77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- {name: "archlinux", tag: "latest", variant: "-lts"}
- {name: "archlinux", tag: "latest", variant: "-zen"}
- {name: "centos/centos", tag: "stream9", url: "quay.io/"}
- {name: "centos/centos", tag: "stream10", url: "quay.io/"}
- {name: "debian", tag: "testing"}
- {name: "debian", tag: "12"}
- {name: "fedora/fedora", tag: "rawhide", url: "quay.io/"}
Expand Down
1 change: 1 addition & 0 deletions redhat_kernel_install.d.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ case "$COMMAND" in
;;
remove)
dkms kernel_prerm --kernelver $KERNEL_VERSION
res=$?
;;
esac

0 comments on commit 483cb77

Please sign in to comment.