Skip to content

Commit

Permalink
Update until to support 2025.1 (251)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinVaadin committed Jan 16, 2025
1 parent ac1523c commit 61f7d9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
needs: codeChecks
strategy:
matrix:
version: [ "2023.3", "2024.3" ]
version: [ "2023.3", "2025.1" ]
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ configure<com.diffplug.gradle.spotless.SpotlessExtension> {
tasks {
patchPluginXml {
sinceBuild.set("233")
untilBuild.set("252.*")
untilBuild.set("251")
}

signPlugin {
Expand Down

0 comments on commit 61f7d9d

Please sign in to comment.