Skip to content

Commit

Permalink
Upgrade to IDEA 2024.2.3 (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus authored Sep 30, 2024
1 parent b75793f commit 67643ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
version: [2023.2.7, 2023.3.8, 2024.1.6, 2024.2.2]
version: [2023.2.7, 2023.3.8, 2024.1.6, 2024.2.3]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion build-all.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

for v in "2023.2.7" "2023.3.8" "2024.1.6" "2024.2.2"; do
for v in "2023.2.7" "2023.3.8" "2024.1.6" "2024.2.3"; do
./build.sh $v
done
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ camelVersion = 4.8.0
camelQuarkusVersion = 3.15.0
camelKameletVersion = 4.8.0
camelKarafVersion = 3.22.2
ideaVersion=2024.2.2
ideaVersion=2024.2.3
mavenResolverVersion=1.9.22

org.jetbrains.intellij.platform.downloadSources=true

0 comments on commit 67643ed

Please sign in to comment.