Skip to content

Commit

Permalink
actions: bump haxe 4.3 references to haxe 4.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Jan 17, 2025
1 parent 5ed71b1 commit f08cebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
haxe-version: [4.0.5, 4.1.5, 4.2.5, 4.3.1]
haxe-version: [4.0.5, 4.1.5, 4.2.5, 4.3.6]
steps:

- uses: actions/checkout@v4
Expand Down Expand Up @@ -715,7 +715,7 @@ jobs:

- uses: krdlab/setup-haxe@v1
with:
haxe-version: 4.3.3 # minimum required version for HL/C
haxe-version: 4.3.6 # minimum required version for HL/C is 4.3.3

- name: Set HAXEPATH (Windows)
if: runner.os == 'Windows'
Expand Down

0 comments on commit f08cebf

Please sign in to comment.