We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f742f2c commit 2cbd0f1Copy full SHA for 2cbd0f1
.github/workflows/checkstyle-linux.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
strategy:
17
matrix:
18
- haxe-version: ['4.3.1', 'nightly']
+ haxe-version: ['4.3.2', 'nightly']
19
env:
20
CC_TEST_REPORTER_ID: c4eda639526d39fbcab7ab9fc68c4046d4e597df56dbcb552b42d27b3580b758
21
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
.haxerc
@@ -1,4 +1,4 @@
1
{
2
- "version": "4.3.1",
+ "version": "4.3.2",
3
"resolveLibs": "scoped"
4
}
0 commit comments