Remove Linux 5.12 from watchlist

This commit is contained in:
Fabian Mastenbroek 2021-08-08 11:09:16 +02:00
parent 7963748fd0
commit 502732f054
No known key found for this signature in database
GPG key ID: 405FC6F81F0A7B85

View file

@ -11,7 +11,7 @@ jobs:
runs-on: [ubuntu-latest]
strategy:
matrix:
branch: ['v5.10.x', 'v5.12.x', 'v5.13.x']
branch: ['v5.10.x', 'v5.13.x']
steps:
- name: Checkout Sources
uses: actions/checkout@v2