Skip to content

Commit

Permalink
Merge branch 'prep-0.14.0-rc1' into rpki-team-alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Bruijnzeels committed Sep 22, 2023
2 parents 30477f6 + 00e5167 commit e8a447a
Show file tree
Hide file tree
Showing 282 changed files with 11,981 additions and 5,077 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
matrix:
os: [ubuntu-latest]

# Test against Rust 1.63.0 because that is the oldest supported version.
# Test against the oldest supported version.
# Test against beta Rust to get early warning of any problems that might occur with the upcoming Rust release.
# Order: oldest Rust to newest Rust.
rust: [1.63.0, stable, beta]
rust: [1.65.0, stable, beta]

# Test with no features, default features ("") and all except UI tests.
# Order: fewest features to most features.
Expand All @@ -66,7 +66,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
rust: [1.63.0, stable, beta]
rust: [1.65.0, stable, beta]
features: ["hsm", "hsm,hsm-tests-kmip"]
steps:
- name: Checkout repository
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
rust: [1.63.0, stable, beta]
rust: [1.65.0, stable, beta]
features: ["hsm,hsm-tests-pkcs11"]
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.idea/
.vscode/
.DS_Store
data*
data/
krill.log
target/
tmp
Expand Down
Loading

0 comments on commit e8a447a

Please sign in to comment.