Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
besidev committed Jul 15, 2024
2 parents 3e562ea + e2e0e47 commit 55cc966
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
jdk: [17, 21]
jdk: [17, 21, 22]
os: [windows-latest, ubuntu-latest]
fail-fast: false
max-parallel: 4
max-parallel: 6
timeout-minutes: 15

steps:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectVersion = 1.0-SNAPSHOT
jproVersion = 2024.2.1
jproVersion = 2024.3.0
javafxPluginVersion = 0.1.0
javafxVersion = 17.0.11

0 comments on commit 55cc966

Please sign in to comment.