Skip to content

Add 4.3.x to the mix. #66

Add 4.3.x to the mix.

Add 4.3.x to the mix. #66

Workflow file for this run

name: CI
on: [push]
jobs:
build:
if: ${{ !contains(join(github.event.commits.*.message),'[skip ci]') }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
haxe: [4.2.0, 4.2.1, 4.2.2, 4.2.3, 4.2.4, 4.2.5, 4.3.0, 4.3.1, 4.3.2, 4.3.3, 4.3.4, 4.3.5, 4.3.6]
steps:
- uses: krdlab/setup-haxe@master
with:
haxe-version: ${{ matrix.haxe }}
- uses: actions/checkout@v2
- name: Build
run: |
haxelib install libs.hxml --always
# - name: Run tests
# run: |
# haxe tests.hxml