Skip to content

Commit

Permalink
test against Haxe 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed May 11, 2021
1 parent 9d413fa commit 5183451
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- macos-latest
- windows-latest
haxe:
#- 4.2.1 TODO https://github.com/haxetink/tink_testrunner/issues/19
- 4.2.1
- 4.1.5
- 4.0.5

Expand Down Expand Up @@ -122,7 +122,9 @@ jobs:
run: haxelib run travix hl

- name: Test [java]
run: haxelib run travix java
run: |
java -version
haxelib run travix java
- name: Test [jvm]
continue-on-error: true # no idea why it fails on CI. works locally
Expand All @@ -136,7 +138,9 @@ jobs:
run: haxelib run travix neko

- name: Test [node]
run: haxelib run travix node
run: |
node --version
haxelib run travix node
- name: Test [php]
run: haxelib run travix php
Expand All @@ -145,4 +149,7 @@ jobs:
run: haxelib run travix php7

- name: Test [python]
run: haxelib run travix python
run: |
python --version
haxelib run travix python

0 comments on commit 5183451

Please sign in to comment.