Skip to content

Commit

Permalink
actions: requires Haxe 4
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Sep 3, 2024
1 parent 6e4ce08 commit adfc97d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
haxe-version: [3.4.7, 4.0.5, 4.1.5, 4.2.5, 4.3.2]
haxe-version: [4.0.5, 4.1.5, 4.2.5, 4.3.6]
steps:

- uses: actions/checkout@v4
Expand All @@ -81,9 +81,5 @@ jobs:
run: |
haxelib run lime build samples/TestBed neko
haxelib run lime build samples/TestBed html5
haxelib run lime build samples/TestBed flash
- name: Build HashLink samples
if: ${{ matrix.haxe-version != '3.4.7' }}
run: |
haxelib run lime build samples/TestBed hl
haxelib run lime build samples/TestBed hl
haxelib run lime build samples/TestBed flash

0 comments on commit adfc97d

Please sign in to comment.