Skip to content

Commit

Permalink
enable full matrix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Gubaer committed Jan 21, 2025
1 parent 5bb3f83 commit 720ecf5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ jobs:
strategy:
matrix:
platform:
# - ubuntu-latest
- ubuntu-latest
- windows-latest
josm-version:
- latest
# - tested
# - release
- tested
- release
jdk:
# - 17
- 17
- 21

name: Build plugin on ${{ matrix.platform }} - JDK ${{ matrix.jdk }}, minJosmVersion=${{ matrix.josm-version }}
Expand Down

0 comments on commit 720ecf5

Please sign in to comment.