Skip to content

Commit

Permalink
[Parvathy, Rahul] | Add. Bump Workflow Java Version
Browse files Browse the repository at this point in the history
  • Loading branch information
rahu1ramesh committed Oct 26, 2023
1 parent f9802e2 commit e6911d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Java 8
- name: Setup Java 17
uses: actions/setup-java@v3
with:
distribution: "corretto"
java-version: "8"
java-version: "17"
- name: Set env.ARTIFACT_VERSION
run: |
wget -q https://raw.githubusercontent.com/Bahmni/bahmni-infra-utils/main/setArtifactVersion.sh && chmod +x setArtifactVersion.sh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
name: Tests & Package
runs-on: ubuntu-latest
steps:
- name: Setup Java 8
- name: Setup Java 17
uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '8'
java-version: '17'
- name: Checkout OpenERP Atomfeed Service Repo
uses: actions/checkout@v2
- name: Run Tests
Expand Down

0 comments on commit e6911d5

Please sign in to comment.