summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2021-12-01 18:13:15 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2021-12-01 18:21:07 +0000
commit26d693105a61da8fa1c679bc4425452021351499 (patch)
treed71fb1278eda50e008d9cf44f40444e7b97832be
parent0304bdb82baaf5da94b6273c93e2623f1522a2a0 (diff)
downloadswig-26d693105a61da8fa1c679bc4425452021351499.tar.gz
GHA: Test node versions 6,8,10
Test the documented minimum version 6 and some later versions as was done on Travis. Using ubuntu-18.04 as I couldn't get these versions to work on newer ubuntu-20.04 (some horrid c++ compilation errors)
-rw-r--r--.github/workflows/ci.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ab8c68d1f..5374c5428 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -66,6 +66,21 @@ jobs:
- SWIGLANG: java
- SWIGLANG: javascript
ENGINE: node
+ VER: '6'
+ CPPSTD: c++11
+ os: ubuntu-18.04
+ - SWIGLANG: javascript
+ ENGINE: node
+ VER: '8'
+ CPPSTD: c++11
+ os: ubuntu-18.04
+ - SWIGLANG: javascript
+ ENGINE: node
+ VER: '10'
+ CPPSTD: c++11
+ os: ubuntu-18.04
+ - SWIGLANG: javascript
+ ENGINE: node
VER: '12'
CPPSTD: c++11
- SWIGLANG: javascript