Skip to content

Commit e721a59

Browse files
committed
Add OpenBSD 7.7
1 parent 6f2c790 commit e721a59

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_run:
66
workflows: [ Sanity checks ]
77
types: [ completed ]
8-
branches: [ main ]
8+
branches: [ main, openbsd77 ]
99
workflow_dispatch:
1010

1111
jobs:
@@ -41,7 +41,7 @@ jobs:
4141
- deps
4242
strategy:
4343
matrix:
44-
version: [ 7.3, 7.4, 7.5, 7.6 ]
44+
version: [ 7.3, 7.4, 7.5, 7.6, 7.7 ]
4545
arch: [ amd64, i386 ]
4646
runs-on: ubuntu-latest
4747
container:
@@ -89,7 +89,7 @@ jobs:
8989
- base
9090
strategy:
9191
matrix:
92-
version: [ 7.6 ]
92+
version: [ 7.7 ]
9393
arch: [ amd64 ]
9494
runs-on: ubuntu-latest
9595
env:

openbsd

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,18 @@ class Version:
7878
return cls.versions.get(version)
7979

8080
DEFAULT_VERSION = Version.add(
81+
version = "7.7",
82+
pub = lines(
83+
"untrusted comment: openbsd 7.7 base public key",
84+
"RWSbCCUoGpcxVRmNb/XFYBbthxWMK7G6fNbJhb993Ohuh29WFaT9vhe2",
85+
),
86+
archs = {
87+
"amd64": "329f21a785d6f3ad2572ab8278cfd07cda39a5e4848f1c737caf0dc003470b3b",
88+
"i386": "19de49712be27297e8112c464a3de935ff32e40089711c29eef30bc20e3c530c",
89+
},
90+
)
91+
92+
Version.add(
8193
version = "7.6",
8294
pub = lines(
8395
"untrusted comment: openbsd 7.6 base public key",

0 commit comments

Comments
 (0)