File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2020 strategy :
2121 fail-fast : false
2222 matrix :
23- haxe : [ 4.3.4 , latest ]
23+ haxe : [ 4.3.7 , latest ]
2424 uses : ./.github/workflows/test.yml
2525 name : Test Windows (64bit)
2626 with :
3434 strategy :
3535 fail-fast : false
3636 matrix :
37- haxe : [ 4.3.4 , latest ]
37+ haxe : [ 4.3.7 , latest ]
3838 uses : ./.github/workflows/test.yml
3939 name : Test MacOS (x86_64)
4040 with :
4848 strategy :
4949 fail-fast : false
5050 matrix :
51- haxe : [ 4.3.4 , latest ]
51+ haxe : [ 4.3.7 , latest ]
5252 uses : ./.github/workflows/test.yml
5353 name : Test MacOS (Arm64)
5454 with :
6262 strategy :
6363 fail-fast : false
6464 matrix :
65- haxe : [ 4.3.4 , latest ]
65+ haxe : [ 4.3.7 , latest ]
6666 uses : ./.github/workflows/test.yml
6767 name : Test Linux (32bit)
6868 with :
7676 strategy :
7777 fail-fast : false
7878 matrix :
79- haxe : [ 4.3.4 , latest ]
79+ haxe : [ 4.3.7 , latest ]
8080 uses : ./.github/workflows/test.yml
8181 name : Test Linux (64bit)
8282 with :
Original file line number Diff line number Diff line change 1616 with :
1717 fetch-depth : 0
1818
19- - uses : Aidan63 /setup-haxe@3d3101bcd0a2001699fc8295f4d9eddd0724d3e9
19+ - uses : krdlab /setup-haxe@v2
2020 with :
21- haxe-version : 4.3.4
21+ haxe-version : 4.3.7
2222
2323 - name : Set Haxelib
2424 run : |
You can’t perform that action at this time.
0 commit comments