We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c68ee2 commit f5cf1c2Copy full SHA for f5cf1c2
1 file changed
.github/workflows/tests.yml
@@ -10,7 +10,7 @@ jobs:
10
test-html5:
11
strategy:
12
matrix:
13
- haxe-version: [4.0.5]
+ haxe-version: [4.0.5, 4.1.5, 4.2.5, 4.3.2]
14
runs-on: macos-latest
15
steps:
16
- uses: actions/checkout@v3
@@ -38,7 +38,7 @@ jobs:
38
test-neko:
39
40
41
42
runs-on: ubuntu-latest
43
44
@@ -57,7 +57,7 @@ jobs:
57
test-hashlink:
58
59
60
61
62
63
@@ -76,7 +76,7 @@ jobs:
76
test-air:
77
78
79
80
runs-on: windows-latest
81
82
0 commit comments