Skip to content

Commit b199508

Browse files
committed
upgrade to java 11 in automated tests
1 parent f2f57eb commit b199508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automated_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-java@v2
1414
with:
1515
distribution: 'zulu' # See 'Supported distributions' for available options
16-
java-version: '8'
16+
java-version: '11'
1717
- uses: conda-incubator/setup-miniconda@v2
1818
with:
1919
auto-update-conda: true

0 commit comments

Comments
 (0)