Skip to content

Commit

Permalink
Include SELinux userspace 3.6 in test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
dburgener committed Apr 22, 2024
1 parent 39ddd08 commit 11f75a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
selinux-version: [ secilc-3.0, secilc-3.1, 3.2, 3.3, 3.4, 3.5, 3.6 ]
rust-toolchain: [ stable ]
include:
- selinux-version: '3.5'
- selinux-version: '3.6'
rust-toolchain: nightly
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 11f75a0

Please sign in to comment.