diff --git a/.github/workflows/formatter.yml b/.github/workflows/formatter.yml index 715e1ae..af60a1e 100644 --- a/.github/workflows/formatter.yml +++ b/.github/workflows/formatter.yml @@ -14,7 +14,7 @@ jobs: build: strategy: matrix: - haxe-version: ['4.3.1', 'nightly'] + haxe-version: ['4.3.2', 'nightly'] platform: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.platform }} steps: @@ -51,7 +51,7 @@ jobs: - name: Build JSON schema run: npx haxe buildSchema.hxml - name: Run eval tests - if: (matrix.haxe-version == '4.3.1') + if: (matrix.haxe-version == '4.3.2') run: npx haxe -D codecov_json test.hxml - name: Run Java tests if: (matrix.haxe-version == 'nightly') @@ -74,5 +74,5 @@ jobs: # name: formatter.js # path: bin/formatter.js - name: Upload results to codecov - if: success() && matrix.platform == 'ubuntu-latest' && (matrix.haxe-version == '4.3.1') + if: success() && matrix.platform == 'ubuntu-latest' && (matrix.haxe-version == '4.3.2') run: bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"