Skip to content

Commit

Permalink
Add OpenBSD 7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rootmos committed Oct 8, 2024
1 parent ebd4a14 commit 9e0a8ab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- deps
strategy:
matrix:
version: [ 7.3, 7.4, 7.5 ]
version: [ 7.3, 7.4, 7.5, 7.6 ]
arch: [ amd64, i386 ]
runs-on: ubuntu-latest
container:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
- base
strategy:
matrix:
version: [ 7.5 ]
version: [ 7.6 ]
arch: [ amd64 ]
runs-on: ubuntu-latest
env:
Expand Down
12 changes: 12 additions & 0 deletions openbsd
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,18 @@ class Version:
return cls.versions.get(version)

DEFAULT_VERSION = Version.add(
version = "7.6",
pub = lines(
"untrusted comment: openbsd 7.6 base public key",
"RWTkuwn4mbq8ouJbfO4VfNH8+FdiZUosz2qIR0V0C9bm6CnVEt7CGkV0",
),
archs = {
"amd64": "ca4df9a3edb7e86347240044d8c003d0f48f6460c0d4c37352624fe5b57bf830",
"i386": "baa0483450dc79c5cae2741530d6e3c2e6858a9836e03bff96fcf75e396124c0",
},
)

Version.add(
version = "7.5",
pub = lines(
"untrusted comment: openbsd 7.5 public key",
Expand Down

0 comments on commit 9e0a8ab

Please sign in to comment.