Skip to content

Commit 7fdffb3

Browse files
committed
[ci] Use haxe 4.3.7 everywhere
1 parent 0ff26de commit 7fdffb3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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:
@@ -34,7 +34,7 @@ jobs:
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:
@@ -48,7 +48,7 @@ jobs:
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:
@@ -62,7 +62,7 @@ jobs:
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:
@@ -76,7 +76,7 @@ jobs:
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:

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
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: |

0 commit comments

Comments
 (0)