Skip to content

Commit

Permalink
Tweak github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mseaton committed Feb 6, 2025
1 parent bcbd8d2 commit 1f7ed59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
strategy:
matrix:
platform: [ ubuntu-latest ]
java-version: [ 8, 17 ]
java-version: [ 8 ]

runs-on: ${{ matrix.platform }}
timeout-minutes: 60
env:
PLATFORM: ${{ matrix.platform }}
JAVA_VERSION: ${{ matrix.java-version }}
Expand Down

0 comments on commit 1f7ed59

Please sign in to comment.