From d452656d2c2fe9473c5c3f40de5e03f57163debc Mon Sep 17 00:00:00 2001 From: Zach Bean Date: Tue, 17 May 2022 19:27:55 -0500 Subject: [PATCH] further version cleanup --- .github/workflows/build-uinput.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-uinput.yml b/.github/workflows/build-uinput.yml index 30b5bc9..b86d418 100644 --- a/.github/workflows/build-uinput.yml +++ b/.github/workflows/build-uinput.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - unraid_version: [6.10.0, 6.10.0-rc8, 6.10.0-rc7, 6.10.0-rc5, 6.9.2] + unraid_version: [6.10.0, 6.10.0-rc8, 6.9.2] steps: - name: Checkout uses: actions/checkout@v2