Skip to content

Commit

Permalink
Add IntelliJ 2023.2 and remove 2021.2, 2021.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderhook committed Oct 18, 2023
1 parent f82fc92 commit a342223
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ jobs:
fail-fast: false
matrix:
version:
- { jdk: 11, idea: 2021.2 }
- { jdk: 11, idea: 2021.3 }
- { jdk: 11, idea: 2022.1 }
- { jdk: 17, idea: 2022.2 }
- { jdk: 17, idea: 2022.3 }
- { jdk: 17, idea: 2023.1 }
- { jdk: 17, idea: 2023.2 }
- { jdk: 17, idea: LATEST-EAP-SNAPSHOT }
name: 'IDEA ${{ matrix.version.idea }}'
env:
Expand Down

0 comments on commit a342223

Please sign in to comment.