Skip to content

Commit

Permalink
Remove unnecessary java version array
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pbulawa committed Jun 24, 2024
1 parent 2b95c59 commit 51611c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
strategy:
fail-fast: false
matrix:
javaVersion: [ '8', '11', '17', '21']
runConfig: [ {cloud: 'AWS', javaVersion: '8'}, {cloud: 'GCP', javaVersion: '11'}, {cloud: 'AZURE', javaVersion: '17'}, {cloud: 'AWS', javaVersion: '21'}]
category: ['TestCategoryResultSet,TestCategoryOthers,TestCategoryLoader', 'TestCategoryConnection,TestCategoryStatement', 'TestCategoryArrow,TestCategoryCore', 'TestCategoryFips']
additionalMavenProfile: ['']
Expand Down

0 comments on commit 51611c0

Please sign in to comment.