File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,12 @@ jobs:
1414 name : integration-and-unit-tests-against-rc
1515 steps :
1616 - uses : actions/checkout@v3
17- - name : Set up JDK 1.8
17+ - name : Set up Java
1818 uses : actions/setup-java@v3
1919 with :
20- java-version : 1.8
20+ java-version : 8
21+ distribution : ' zulu'
22+ cache : gradle
2123 - name : Grant execute permission for gradlew
2224 run : chmod +x gradlew
2325 - name : Get the latest Meilisearch RC
Original file line number Diff line number Diff line change 77<h4 align =" center " >
88 <a href =" https://github.com/meilisearch/meilisearch " >Meilisearch</a > |
99 <a href =" https://docs.meilisearch.com " >Documentation</a > |
10- <a href =" https://slack .meilisearch.com " >Slack </a > |
10+ <a href =" https://discord .meilisearch.com " >Discord </a > |
1111 <a href =" https://roadmap.meilisearch.com/tabs/1-under-consideration " >Roadmap</a > |
1212 <a href =" https://www.meilisearch.com " >Website</a > |
1313 <a href =" https://docs.meilisearch.com/faq " >FAQ</a >
You can’t perform that action at this time.
0 commit comments