Skip to content

Commit

Permalink
Merge branch 'future-alternate' of https://github.com/AuthorizeNet/sd…
Browse files Browse the repository at this point in the history
…k-java into future-alternate
  • Loading branch information
gnongsie committed Sep 2, 2024
2 parents 11fcecc + 5478f4a commit 4e91358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest, macos-latest, windows-latest]
java-version: ['8', '11', '16', '17', '18', '19', '20', '21', '22']
java-version: ['11', '16', '17', '18', '19', '20', '21', '22'] # Removed Java 8 as it is incompatible with jakarta
distribution: ['temurin']
runs-on: ${{matrix.operating-system}}
steps:
Expand All @@ -34,7 +34,7 @@ jobs:
repository: 'authorizenet/sample-code-java'
ref: 'future-alternate'
path: ${{env.sample_code_java}}
- name: Setup Java 1.8 to build the SDK
- name: Setup Java 17 to build the SDK
uses: actions/setup-java@v2
with:
distribution: 'temurin'
Expand Down

0 comments on commit 4e91358

Please sign in to comment.