Skip to content

Commit 44e00db

Browse files
committed
Test on both Haxe 4.3 and latest
1 parent 538a729 commit 44e00db

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ jobs:
1010
build_ubuntu:
1111
runs-on: ubuntu-latest
1212
name: Test on Ubuntu (GCC)
13+
strategy:
14+
matrix:
15+
HAXE_VERSION: [4.3.7, latest]
1316
steps:
1417
- uses: krdlab/setup-haxe@v1
1518
with:
16-
haxe-version: 4.3.7
19+
haxe-version: ${{ matrix.HAXE_VERSION }}
1720

1821
- name: Checkout
1922
uses: actions/checkout@v4

0 commit comments

Comments
 (0)