Skip to content

Commit

Permalink
[ELYWEB-235] Update CI to also run with SE 21: Update the value of th…
Browse files Browse the repository at this point in the history
…e "runs-on" property
  • Loading branch information
Prarthona Paul committed May 6, 2024
1 parent 231de03 commit bf20d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:

jobs:
build:
runs-on: ${{ matrix.os }}-jdk${{ matrix.java }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
java: ['11', '21']
java: ['11', '17', '21']
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}
Expand Down

0 comments on commit bf20d68

Please sign in to comment.