Skip to content

Commit

Permalink
correct java version
Browse files Browse the repository at this point in the history
  • Loading branch information
phelps-sg committed Mar 3, 2024
1 parent 03d63d5 commit 3093fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continouos-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: '8'
java-version: '11'
cache: 'sbt'

- name: Build & Test
Expand Down

0 comments on commit 3093fcf

Please sign in to comment.