Skip to content

Commit

Permalink
upgrade alpha to Java 17 and Solr 9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Sep 8, 2023
1 parent f12196c commit 87563e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.alpha
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
POSTGRES_VERSION=13
DATAVERSE_DB_USER=dataverse
SOLR_VERSION=8.11.1
SOLR_VERSION=9.3.0
DATAVERSE_BOOTSTRAP_TIMEOUT=5m
5 changes: 5 additions & 0 deletions .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
steps:
- name: Clone this repo
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Clone Dataverse repo
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 87563e5

Please sign in to comment.