Skip to content

Commit

Permalink
JDK to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Jul 1, 2023
1 parent d782b90 commit 9aaf834
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/staco-app-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
- name: Set up JDK 20
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '20'
distribution: 'adopt'
cache: maven

Expand All @@ -33,10 +33,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
- name: Set up JDK 20
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '20'
distribution: 'adopt'
cache: maven

Expand All @@ -56,10 +56,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
- name: Set up JDK 20
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '20'
distribution: 'adopt'
cache: maven

Expand All @@ -79,10 +79,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
- name: Set up JDK 20
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '20'
distribution: 'adopt'
cache: maven

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/staco-app-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
- name: Set up JDK 20
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '20'
distribution: 'adopt'
cache: maven

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/staco-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
- name: Set up JDK 20
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '20'
distribution: 'adopt'
cache: maven

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<name>Stamps and Coins Root</name>
<properties>
<java.version>17</java.version>
<java.version>19</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
Expand Down

0 comments on commit 9aaf834

Please sign in to comment.