We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 538a729 commit 44e00dbCopy full SHA for 44e00db
.github/workflows/main.yml
@@ -10,10 +10,13 @@ jobs:
10
build_ubuntu:
11
runs-on: ubuntu-latest
12
name: Test on Ubuntu (GCC)
13
+ strategy:
14
+ matrix:
15
+ HAXE_VERSION: [4.3.7, latest]
16
steps:
17
- uses: krdlab/setup-haxe@v1
18
with:
- haxe-version: 4.3.7
19
+ haxe-version: ${{ matrix.HAXE_VERSION }}
20
21
- name: Checkout
22
uses: actions/checkout@v4
0 commit comments