Update CI script

This commit is contained in:
Joshua Granick
2021-01-05 08:56:13 -08:00
parent f107ded623
commit ef4c4d095f

View File

@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
haxe-version: [3.4.7, 4.0.5, 4.1.1]
haxe-version: [3.4.7, 4.1.5]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
@@ -20,6 +20,8 @@ jobs:
- uses: haxeui/haxeui-core/.github/actions/haxe@master
with:
haxe-version: ${{ matrix.haxe-version }}
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
- uses: actions/setup-java@v1
with:
java-version: 8