From 33122fe9a3397e9a29d63b23d24a214d6d7d1984 Mon Sep 17 00:00:00 2001 From: Daniel Kolsoi Date: Mon, 1 Jul 2024 22:56:49 -0400 Subject: [PATCH] test v17 only --- .github/workflows/test.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4a07879d3e0..d279a6d4957 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,19 +25,6 @@ jobs: strategy: matrix: llvm-version: - - ["4.0", "4-0"] - - ["5.0", "5-0"] - - ["6.0", "6-0"] - - ["7.0", "7-0"] - - ["8.0", "8-0"] - - ["9.0", "9-0"] - - ["10.0", "10-0"] - - ["11.0", "11-0"] - - ["12.0", "12-0"] - - ["13.0", "13-0"] - - ["14.0", "14-0"] - - ["15.0", "15-0"] - - ["16.0", "16-0"] - ["17.0", "17-0"] include: - os: ubuntu-20.04