Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mme-adorsys committed Sep 6, 2023
1 parent 3af8a3b commit bbfdd94
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ env:

jobs:
build_and_test:
name: Build and test multibanking (openjdk 1.17)
name: Build and test multibanking (openjdk 1.11)
runs-on: ubuntu-latest
steps:
- name: Clone Multibanking repository
uses: actions/checkout@v2

- name: Set up JDK 17 for x64
- name: Set up JDK 11 for x64
uses: actions/setup-java@v1
with:
java-version: 1.17
java-version: 1.11
architecture: x64

- name: Cache Maven packages
Expand All @@ -47,10 +47,10 @@ jobs:
- name: Clone Smartanalytics repository
uses: actions/checkout@v2

- name: Set up JDK 17 for x64
- name: Set up JDK 11 for x64
uses: actions/setup-java@v1
with:
java-version: 1.17
java-version: 1.11
architecture: x64

- name: Cache Maven packages
Expand Down

0 comments on commit bbfdd94

Please sign in to comment.