GHA: Test newer JavaScriptCore with c++11
This commit is contained in:
parent
7a3e79cfc6
commit
d13763892e
1 changed files with 5 additions and 4 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue