Skip to content

Commit f52dfb2

Browse files
committed
gha: add ubuntu-22.04 to matrix
Signed-off-by: Aleksa Sarai <[email protected]>
1 parent 54b1a62 commit f52dfb2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,13 @@ jobs:
122122
- "1.21"
123123
- "oldstable"
124124
- "stable"
125+
include:
126+
# Make sure we test with a slightly older kernel (sadly we can't use
127+
# really old images like Ubuntu 18.04). Ubuntu 22.04 uses Linux 6.8.
128+
- os: ubuntu-22.04
129+
go-version: "oldstable"
130+
- os: ubuntu-22.04
131+
go-version: "stable"
125132
runs-on: ${{ matrix.os }}
126133
steps:
127134
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)