Skip to content

Commit

Permalink
Merge pull request #20 from tong/update-default-haxe-version
Browse files Browse the repository at this point in the history
Set default haxe version to v4.2.5
  • Loading branch information
krdlab authored Mar 25, 2022
2 parents c9c9643 + bf11e10 commit 41d11dc
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 @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
haxe: [4.2.4, 3.4.7]
haxe: [4.2.5, 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.4
haxe-version: 4.2.5
- 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 <krdlab@gmail.com>'
inputs:
haxe-version:
description: 'Version Spec of the version to use. Example: 4.2.2'
description: 'Version Spec of the version to use. Example: 4.2.5'
required: true
default: '4.2.4'
default: '4.2.5'
runs:
using: 'node12'
main: 'dist/index.js'
Expand Down

0 comments on commit 41d11dc

Please sign in to comment.