Skip to content

Commit

Permalink
PROD-135021 Trying Java 11 to unblock CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mbobowski committed Oct 23, 2024
1 parent a2ddf54 commit bf27584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/StressTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
confluent_version: [ '7.6.0' ]
snowflake_cloud: [ 'AWS' ]
java_test_version: [ '8' ]
java_test_version: [ '11' ]
steps:
- name: Checkout Code
uses: actions/checkout@v2
Expand Down

0 comments on commit bf27584

Please sign in to comment.