Skip to content

Commit 2cbd0f1

Browse files
committed
updated to Haxe 4.3.2
1 parent f742f2c commit 2cbd0f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checkstyle-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
haxe-version: ['4.3.1', 'nightly']
18+
haxe-version: ['4.3.2', 'nightly']
1919
env:
2020
CC_TEST_REPORTER_ID: c4eda639526d39fbcab7ab9fc68c4046d4e597df56dbcb552b42d27b3580b758
2121
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.haxerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "4.3.1",
2+
"version": "4.3.2",
33
"resolveLibs": "scoped"
44
}

0 commit comments

Comments
 (0)