Skip to content

Commit

Permalink
build(java): Upgrade to Java 17
Browse files Browse the repository at this point in the history
closes #1795
  • Loading branch information
jo-elimu committed Aug 1, 2024
1 parent 0b22aaf commit d20bd71
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
java: [11, 17, 21]
java: [17, 21]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven-regression-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 11
java-version: 17
cache: maven
- run: mvn clean
- run: mvn verify -P regression-testing-rest -D base.url=http://hin.elimu.ai
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 11
java-version: 17
cache: maven
- run: mvn clean
- run: mvn verify -P regression-testing-rest -D base.url=http://tgl.elimu.ai
2 changes: 1 addition & 1 deletion .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 11
java-version: 17
cache: maven
- run: git config user.name 'Nya Ξlimu'
- run: git config user.email '[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion src/main/config/DEPLOY.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Version: `CentOS 9 Stream`
## Java Virtual Machine (JVM) ☕

Install Java 11 or newer. We will be using [OpenJDK](https://openjdk.org/), but you can also use the JDK from [Oracle](https://www.oracle.com/java/).
Install Java 17 or newer. We will be using [OpenJDK](https://openjdk.org/), but you can also use the JDK from [Oracle](https://www.oracle.com/java/).

Version: `17`

Expand Down

0 comments on commit d20bd71

Please sign in to comment.