Skip to content

Commit

Permalink
SNOW-937198 Use OpenJDK 11 and 17 images in Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pfus committed Oct 18, 2023
1 parent 247eec5 commit 7e04eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
image: [ 'jdbc-centos6-default' ]
image: [ 'jdbc-centos6-default', 'jdbc-centos7-openjdk8', 'jdbc--centos7-openjdk11', 'jdbc-centos7-openjdk17' ]
cloud: [ 'AWS' ]
category: ['TestCategoryResultSet,TestCategoryOthers,TestCategoryLoader', 'TestCategoryConnection,TestCategoryStatement', 'TestCategoryArrow,TestCategoryCore', 'TestCategoryFips']
steps:
Expand Down

0 comments on commit 7e04eb8

Please sign in to comment.