Skip to content

Commit

Permalink
Try Monocle version 21.0.2-jpms
Browse files Browse the repository at this point in the history
  • Loading branch information
besidev committed Oct 17, 2024
1 parent 566a7e4 commit c4be496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
jdk: [17, 21, 23]
jdk: [21, 23]
os: [ubuntu-latest, windows-latest] #, macos-13]
fail-fast: false
max-parallel: 6
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ ASSERTJ_VERSION = 3.26.3
HAMCREST_VERSION = 3.0
MOCKITO_VERSION = 5.14.1
TESTFX_VERSION = 4.0.18-jpms
MONOCLE_VERSION = 17.0.10-jpms
MONOCLE_VERSION = 21.0.2-jpms
SLF4J_API_VERSION = 2.0.16
LOGBACK_VERSION = 1.5.10

0 comments on commit c4be496

Please sign in to comment.