Skip to content

Commit

Permalink
Include selinux userspace 3.7 release in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dburgener committed Jul 24, 2024
1 parent a7d7f49 commit dbda21f
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, 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
Expand Down

0 comments on commit dbda21f

Please sign in to comment.