Skip to content

Commit 8a3b30f

Browse files
committed
actions: haxe version matrix for tests
1 parent 90d496b commit 8a3b30f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test-html5:
1111
strategy:
1212
matrix:
13-
haxe-version: [4.0.5]
13+
haxe-version: [4.0.5, 4.1.5, 4.2.5, 4.3.2]
1414
runs-on: macos-latest
1515
steps:
1616
- uses: actions/checkout@v3
@@ -38,7 +38,7 @@ jobs:
3838
test-neko:
3939
strategy:
4040
matrix:
41-
haxe-version: [4.0.5]
41+
haxe-version: [4.0.5, 4.1.5, 4.2.5, 4.3.2]
4242
runs-on: ubuntu-latest
4343
steps:
4444
- uses: actions/checkout@v3
@@ -57,7 +57,7 @@ jobs:
5757
test-hashlink:
5858
strategy:
5959
matrix:
60-
haxe-version: [4.0.5]
60+
haxe-version: [4.0.5, 4.1.5, 4.2.5, 4.3.2]
6161
runs-on: macos-latest
6262
steps:
6363
- uses: actions/checkout@v3
@@ -76,7 +76,7 @@ jobs:
7676
test-air:
7777
strategy:
7878
matrix:
79-
haxe-version: [4.0.5]
79+
haxe-version: [4.0.5, 4.1.5, 4.2.5, 4.3.2]
8080
runs-on: windows-latest
8181
steps:
8282
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)