Skip to content

Commit

Permalink
Merge pull request #19 from tong/update-default-haxe-version
Browse files Browse the repository at this point in the history
Set default haxe version to v4.2.4
  • Loading branch information
krdlab authored Nov 2, 2021
2 parents 3eacc6f + bfab49c commit c9c9643
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
haxe: [4.2.3, 3.4.7]
haxe: [4.2.4, 3.4.7]
fail-fast: true
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: krdlab/setup-haxe@v1
with:
haxe-version: 4.2.3
haxe-version: 4.2.4
- run: |
haxe -version
haxelib install hxnodejs
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
haxe-version:
description: 'Version Spec of the version to use. Example: 4.2.2'
required: true
default: '4.2.3'
default: '4.2.4'
runs:
using: 'node12'
main: 'dist/index.js'
Expand Down

0 comments on commit c9c9643

Please sign in to comment.