10000 Merge branch 'future' of https://github.com/AuthorizeNet/sdk-java int… · AuthorizeNet/sdk-java@cf329ea · GitHub
[go: up one dir, main page]

Skip to content

Commit cf329ea

Browse files
committed
Merge branch 'future' of https://github.com/AuthorizeNet/sdk-java into future
2 parents 3b4a148 + 542b326 commit cf329ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java-workflow.yml

Lines changed: 1 addition & 1 deletion
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: ['8'] # , '11', '16', '17', '18', '19', '20', '21', '22'] # Blocking higher versions SDK using jaxb
1919
distribution: ['temurin']
2020
runs-on: ${{matrix.operating-system}}
2121
steps:

0 commit comments

Comments
 (0)
0