Skip to content

Commit

Permalink
upgraded workflow to Haxe 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed May 10, 2023
1 parent f463a23 commit e4c3fdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
strategy:
matrix:
haxe-version: ['4.3.0', 'nightly']
haxe-version: ['4.3.1', 'nightly']
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Build JSON schema
run: npx haxe buildSchema.hxml
- name: Run eval tests
if: (matrix.haxe-version == '4.3.0')
if: (matrix.haxe-version == '4.3.1')
run: npx haxe -D codecov_json test.hxml
- name: Run Java tests
if: (matrix.haxe-version == 'nightly')
Expand All @@ -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.0')
if: success() && matrix.platform == 'ubuntu-latest' && (matrix.haxe-version == '4.3.1')
run: bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"

0 comments on commit e4c3fdf

Please sign in to comment.