Skip to content

Commit

Permalink
#1075: Upgrade to IDEA 2024.3.0 (#1079)
Browse files Browse the repository at this point in the history
* #1075: Upgrade to IDEA 2024.3.0
  • Loading branch information
davsclaus authored Nov 29, 2024
1 parent 3c523a2 commit c341fc8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.8, 2023.3.8, 2024.1.7, 2024.2.5]
version: [2023.2.8, 2023.3.8, 2024.1.7, 2024.2.5, 2024.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.8" "2023.3.8" "2024.1.7" "2024.2.5"; do
for v in "2023.2.8" "2023.3.8" "2024.1.7" "2024.2.5" "2024.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.1
camelQuarkusVersion = 3.15.0
camelKameletVersion = 4.8.0
camelKarafVersion = 3.22.2
ideaVersion=2024.2.5
ideaVersion=2024.3
mavenResolverVersion=1.9.22

org.jetbrains.intellij.platform.downloadSources=true
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<change-notes><![CDATA[
v.1.3.2
<ul>
<li>Bug fixes</li>
<li>Support for IDEA 2024.3</li>
</ul>
]]>
</change-notes>
Expand Down

0 comments on commit c341fc8

Please sign in to comment.