diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 148d35c..2adfe0d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -70,10 +70,10 @@ jobs: # configurable policy versions, we should be able to successfully # test against 2.7-2.9 - selinux-version: [ secilc-3.0, secilc-3.1, 3.2, 3.3, 3.4, 3.5, 3.6 ] + selinux-version: [ secilc-3.0, secilc-3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7 ] rust-toolchain: [ stable ] include: - - selinux-version: '3.6' + - selinux-version: '3.7' rust-toolchain: nightly steps: - uses: actions/checkout@v3