Skip to content

Commit

Permalink
modify 'showcase'
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeddada1 committed Apr 29, 2024
1 parent a0af822 commit 9b472e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
java: [ '11', '17', '21' ]
java: [ 11, 17]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
java: [ 11, 17 ]
java: [ 11, 17, 21 ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
Expand Down

0 comments on commit 9b472e1

Please sign in to comment.