Skip to content

Commit

Permalink
actions: samples haxe-version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Nov 10, 2023
1 parent 8d71bc5 commit ceb666c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,14 @@ jobs:
samples:
needs: package-haxelib
runs-on: ubuntu-latest
strategy:
matrix:
haxe-version: [3.4.7, 4.0.5, 4.1.5, 4.2.5, 4.3.2]
steps:

- uses: krdlab/setup-haxe@v1
with:
haxe-version: 4.2.5
haxe-version: ${{ matrix.haxe-version }}

- name: Set HAXEPATH
run: |
Expand Down

0 comments on commit ceb666c

Please sign in to comment.