Skip to content

Commit

Permalink
Merge pull request #31 from tong/update-default-haxe-version
Browse files Browse the repository at this point in the history
Set default haxe version to v4.3.0
  • Loading branch information
krdlab authored Apr 13, 2023
2 parents bbcca48 + 47a6be0 commit 138cec3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- windows-latest
haxe:
- latest
- 4.2.5
- 4.3.0
- 3.4.7

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: krdlab/setup-haxe@v1
with:
haxe-version: 4.2.5
haxe-version: 4.3.0
- run: |
haxe -version
haxelib install hxnodejs
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description: 'Setup a Haxe environment and add it to the PATH'
author: 'Sho Kuroda <[email protected]>'
inputs:
haxe-version:
description: 'Version Spec of the version to use. Example: 4.2.5'
description: 'Version Spec of the version to use. Example: 4.3.0'
required: true
default: '4.2.5'
default: '4.3.0'
cache-dependency-path:
description: 'Used to specify the path to a dependency file.'
required: false
Expand Down

0 comments on commit 138cec3

Please sign in to comment.