Skip to content

Commit

Permalink
ci: run e2e test on linux 5.4 and 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Apr 29, 2024
1 parent 44b62de commit fd34482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
strategy:
fail-fast: false
matrix:
kernel: [ '5.10-v0.3', '5.15-v0.3', '6.3-main', 'bpf-next-20231030.012704' ]
kernel: [ '5.2-v0.3', '5.4-v0.3', '5.10-v0.3', '5.15-v0.3', '6.3-main', 'bpf-next-20231030.012704' ]
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fd34482

Please sign in to comment.