Skip to content

Commit

Permalink
Restore windows latest test & add test for non-prefixed mandrel ver
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak committed Oct 30, 2023
1 parent 76a9dc1 commit 95bd425
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
version: ['mandrel-22.2.0.0-Final', 'mandrel-latest']
version: ['mandrel-22.2.0.0-Final', '23.0.1.2-Final', 'mandrel-latest']
java-version: ['17']
distribution: ['mandrel']
os: [windows-latest, ubuntu-latest]
Expand All @@ -196,10 +196,6 @@ jobs:
java-version: '17'
distribution: '' # test empty distribution for backward compatibility
os: ubuntu-latest
exclude: # temporarily disable Mandrel latest builds on Windows due to unavailability
- version: 'mandrel-latest'
java-version: '17'
os: windows-latest
steps:
- uses: actions/checkout@v4
- name: Run setup-graalvm action
Expand Down

0 comments on commit 95bd425

Please sign in to comment.