Skip to content

Commit

Permalink
Merge pull request #355 from DFE-Digital/cshnimble-patch-2
Browse files Browse the repository at this point in the history
Update Java version to 17
  • Loading branch information
cshnimble authored Aug 3, 2023
2 parents 9856916 + 2842558 commit 333f724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
DOTNET_VERSION: '6.0.403'
EF_VERSION: '6.0.5'
JAVA_VERSION: '11'
JAVA_VERSION: '17'
CONNECTION_STRING: 'Server=localhost,1433;Database=sip;TrustServerCertificate=True;User Id=sa;Password=StrongPassword905'

jobs:
Expand Down

0 comments on commit 333f724

Please sign in to comment.