summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-08-03 23:43:50 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-08-04 07:14:30 +0100
commitd13763892ea996d8c0cba086f28374e787ef1854 (patch)
tree58e5ed1b18d0889467a2a71825c7a22a187ad562 /.github
parent7a3e79cfc651291b64143a28370e0c12f557ed2c (diff)
downloadswig-d13763892ea996d8c0cba086f28374e787ef1854.tar.gz
GHA: Test newer JavaScriptCore with c++11
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a7c89728e..7dce53ae1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -98,10 +98,6 @@ jobs:
- SWIGLANG: javascript
ENGINE: jsc
VER: '4.0'
- - SWIGLANG: javascript
- ENGINE: jsc
- VER: '4.1'
- os: ubuntu-22.04
- SWIGLANG: lua
- SWIGLANG: lua
VER: '5.3'
@@ -198,6 +194,11 @@ jobs:
- SWIGLANG: java
CPPSTD: c++11
- SWIGLANG: javascript
+ ENGINE: jsc
+ VER: '4.1'
+ os: ubuntu-22.04
+ CPPSTD: c++11
+ - SWIGLANG: javascript
ENGINE: node
VER: '14'
CPPSTD: c++11