Skip to content

Commit

Permalink
update idea version in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rkeulv committed Aug 19, 2023
1 parent 3b57d57 commit e8162b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false # set this to true if you want to cancel all builds if one fails.
matrix:
IDEA_VERSION: [2023.1]
IDEA_VERSION: [2023.2]
OS: [macOS-latest, ubuntu-latest, windows-latest]

runs-on: ${{ matrix.OS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
fail-fast: true # cancel all builds if one fails.
matrix:
IDEA_VERSION: [2023.1]
IDEA_VERSION: [2023.2]
needs: prepare
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
fail-fast: true # cancel all builds if one fails.
matrix:
IDEA_VERSION: [ 2023.1 ]
IDEA_VERSION: [ 2023.2 ]
needs: prepare
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e8162b2

Please sign in to comment.