Skip to content

Commit

Permalink
[workflow] Test haxe stable and latest
Browse files Browse the repository at this point in the history
  • Loading branch information
tong committed Jun 15, 2023
1 parent 3f70ec2 commit 062edc9
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
haxe:
- latest
- 4.3.1
steps:
- uses: actions/checkout@v3
- uses: krdlab/setup-haxe@master
- name: Checkout
uses: actions/checkout@v3
- name: Install haxe ${{ matrix.haxe }}
uses: krdlab/[email protected]
with:
haxe-version: 4.3.1
haxe-version: ${{ matrix.haxe }}
- name: Setup
run: |
haxe --version
Expand Down

0 comments on commit 062edc9

Please sign in to comment.