Skip to content

Commit

Permalink
CI: add 5.18 kernel
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Gögge <r.goegge@gmail.com>
  • Loading branch information
rgo3 authored and lmb committed Jun 15, 2022
1 parent be4d571 commit 54d6c66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ blocks:
- name: TMPDIR
value: /tmp
- name: CI_MAX_KERNEL_VERSION
value: "5.15"
value: "5.18"
jobs:
- name: Build and Lint
commands:
Expand All @@ -65,6 +65,6 @@ blocks:
- name: Run unit tests
matrix:
- env_var: KERNEL_VERSION
values: ["5.15", "5.10", "5.4", "4.19", "4.14", "4.9", "4.4"]
values: ["5.18", "5.15", "5.10", "5.4", "4.19", "4.14", "4.9", "4.4"]
commands:
- timeout -s KILL 600s ./run-tests.sh $KERNEL_VERSION
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ This library includes the following packages:

* A version of Go that is [supported by
upstream](https://golang.org/doc/devel/release.html#policy)
* Linux >= 4.4. CI is run against LTS releases.
* Linux >= 4.4. CI is run against LTS releases and latest stable release.

## Regenerating Testdata

Expand Down

0 comments on commit 54d6c66

Please sign in to comment.