We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 483029e commit 073ee12Copy full SHA for 073ee12
1 file changed
.github/workflows/main.yml
@@ -7,7 +7,8 @@ jobs:
7
strategy:
8
fail-fast: false
9
matrix:
10
- haxe-version: [4.2.5]
+ haxe-version: [4.2.5, 4.3.7]
11
+ target: [interp, neko, hl, js, cpp, jvm, python, lua, php, cs, java, cppia]
12
include:
13
- target: interp
14
flag: --interp
0 commit comments