Skip to content

Commit

Permalink
Update JPro to version 2024.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indritbeqiri committed Nov 5, 2024
1 parent d776084 commit 1093d0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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, 22]
jdk: [21, 23]
os: [windows-latest, ubuntu-latest]
fail-fast: false
max-parallel: 6
max-parallel: 4
timeout-minutes: 15

steps:
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectVersion = 1.0-SNAPSHOT
jproVersion = 2024.3.3
jproVersion = 2024.4.0
javafxPluginVersion = 0.1.0
javafxVersion = 22.0.2
javafxVersion = 23.0.1

0 comments on commit 1093d0b

Please sign in to comment.