Mark Linux 5.13 as EOL
This commit is contained in:
parent
04df02380d
commit
0d77a5efea
2 changed files with 2 additions and 2 deletions
2
.github/workflows/watch.yml
vendored
2
.github/workflows/watch.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
runs-on: [ubuntu-latest]
|
runs-on: [ubuntu-latest]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
branch: ['v5.10.x', 'v5.13.x', 'v5.14.x']
|
branch: ['v5.10.x', 'v5.14.x']
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Sources
|
- name: Checkout Sources
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
|
@ -3,7 +3,7 @@ Custom Linux kernels for Proxmox VE 6.
|
||||||
|
|
||||||
#### Versions
|
#### Versions
|
||||||
1. Linux 5.14 (Stable)
|
1. Linux 5.14 (Stable)
|
||||||
1. Linux 5.13 (Stable)
|
1. Linux 5.13 (Stable) [EOL]
|
||||||
1. Linux 5.12 (Stable) [EOL]
|
1. Linux 5.12 (Stable) [EOL]
|
||||||
1. Linux 5.11 (Stable) [EOL]
|
1. Linux 5.11 (Stable) [EOL]
|
||||||
1. Linux 5.10 (Long-term)
|
1. Linux 5.10 (Long-term)
|
||||||
|
|
Loading…
Reference in a new issue