GHA: Test newer JavaScriptCore with c++11

This commit is contained in:
William S Fulton 2022-08-03 23:43:50 +01:00
commit d13763892e

View file

@ -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'
@ -197,6 +193,11 @@ jobs:
CPPSTD: c++11
- 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'