summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-08-03 23:07:02 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-08-04 07:14:30 +0100
commit662b88b605bd686f843296e372a5309555f2e88e (patch)
tree4c54f9f5fc58bfa873155006e8aca38f11766e08 /.github
parenta741c7dbcf107013c37c14032367720ee9c9d3c6 (diff)
downloadswig-662b88b605bd686f843296e372a5309555f2e88e.tar.gz
JavaScript Webkit testing and detection changes
Add testing for javascriptcoregtk-4.1. Simplify configure detection of JSC, relying only only pkg-config. Add javascriptcoregtk-4.1 tests to GHA.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2166d9879..a7c89728e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -97,6 +97,11 @@ jobs:
CPPSTD: c++14
- 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'