8000 Merge branch 'future-alternate' of https://github.com/AuthorizeNet/sd… · AuthorizeNet/sdk-java@4e91358 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4e91358

Browse files
committed
Merge branch 'future-alternate' of https://github.com/AuthorizeNet/sdk-java into future-alternate
2 parents 11fcecc + 5478f4a commit 4e91358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/java-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
operating-system: [ubuntu-latest, macos-latest, windows-latest]
18-
java-version: ['8', '11', '16', '17', '18', '19', '20', '21', '22']
18+
java-version: ['11', '16', '17', '18', '19', '20', '21', '22'] # Removed Java 8 as it is incompatible with jakarta
1919
distribution: ['temurin']
2020
runs-on: ${{matrix.operating-system}}
2121
steps:
@@ -34,7 +34,7 @@ jobs:
3434
repository: 'authorizenet/sample-code-java'
3535
ref: 'future-alternate'
3636
path: ${{env.sample_code_java}}
37-
- name: Setup Java 1.8 to build the SDK
37+
- name: Setup Java 17 to build the SDK
3838
uses: actions/setup-java@v2
3939
with:
4040
distribution: 'temurin'

0 commit comments

Comments
 (0)
0