From bebb3d4c21658db58dddc30378a837e97713dd9f Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Thu, 2 Dec 2021 14:31:28 +1300 Subject: [PATCH] [ci] Remove CI build for unsupported v8 3.14 We only support v8 5.0 and later now. libv8-dev is no longer packaged in newer Ubuntu releases, so it seems there isn't an easy way to update this to test a supported v8 version, but really v8 via node is the configuration people will actually use anyway. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5374c5428..d23482a76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,9 +89,6 @@ jobs: CPPSTD: c++14 - SWIGLANG: javascript ENGINE: jsc - - SWIGLANG: javascript - ENGINE: v8 - os: ubuntu-18.04 # libv8-dev only actually provides v8 in 18.04. - SWIGLANG: lua - SWIGLANG: lua VER: '5.3'