Skip to content

Commit

Permalink
Add Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
salyh committed Apr 28, 2024
1 parent b6b3a23 commit e077ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
#- macOS-latest
#- windows-latest
java:
- 11
- 17
- 21
name: Build and Test Plugin Template
Expand All @@ -34,7 +35,6 @@ jobs:
- name: Build and Run Tests
run: |
./gradlew build test integTest check
# Generated by 'opensearch.pluginzip' custom gradle plugin
./gradlew publishPluginZipPublicationToZipStagingRepository
#- name: Update version to the next development iteration
# if: matrix.os != 'windows-latest'
Expand Down

0 comments on commit e077ea2

Please sign in to comment.