Skip to content

Commit

Permalink
Merge pull request #208 from cavazosjoe/github-action-remove-java11
Browse files Browse the repository at this point in the history
Remove Java 11 from possible versions in github workflow to resolve m…
  • Loading branch information
alisaduncan committed Aug 27, 2024
2 parents af0ec59 + 99571fb commit 124c0f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 11, 17 ]
java: [ 17 ]
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It also shows how to return the user's information from an API using an OAuth 2.

Before running this sample, you will need the following:

* [Java 11+](https://sdkman.io/jdks)
* [Java 17+](https://sdkman.io/jdks)
* [The Okta CLI Tool](https://github.com/okta/okta-cli/#installation)
* An Okta Developer Account, create one using `okta register`, or configure an existing one with `okta login`

Expand Down

0 comments on commit 124c0f0

Please sign in to comment.