Skip to content

Commit

Permalink
actions: Adobe AIR haxe-version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Nov 15, 2023
1 parent fd94d2e commit 0a352c7
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 @@ -182,13 +182,16 @@ jobs:
npm run build
unit-test-air:
strategy:
matrix:
haxe-version: [3.4.7, 4.0.5, 4.1.5, 4.2.5, 4.3.2]
runs-on: windows-latest
steps:
- uses: actions/checkout@v3

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

- uses: joshtynjala/setup-adobe-air-action@v2
with:
Expand Down

0 comments on commit 0a352c7

Please sign in to comment.