Mark v5.11 as end-of-life
This change marks the Linux v5.11 branch as end-of-life since it does not receive any updates anymore.
This commit is contained in:
parent
e1a0974313
commit
485fa0c636
2 changed files with 3 additions and 3 deletions
2
.github/workflows/watch.yml
vendored
2
.github/workflows/watch.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: [ubuntu-latest]
|
||||
strategy:
|
||||
matrix:
|
||||
branch: ['v5.10.x', 'v5.11.x']
|
||||
branch: ['v5.10.x']
|
||||
steps:
|
||||
- name: Checkout Sources
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
Custom Linux kernels for Proxmox VE 6.
|
||||
|
||||
#### Versions
|
||||
1. Linux 5.11 (Stable)
|
||||
2. Linux 5.10 (Long-term)
|
||||
1. Linux 5.11 (Stable) [EOL]
|
||||
1. Linux 5.10 (Long-term)
|
||||
|
||||
#### Flavors
|
||||
1. Proxmox
|
||||
|
|
Loading…
Reference in a new issue