Skip to content

Commit

Permalink
Try JDK 8 to fix UncaughtExceptionHandler in thread 'process reaper'
Browse files Browse the repository at this point in the history
  • Loading branch information
dfdx committed May 29, 2022
1 parent afb383d commit 3f22e99
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 427 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@ jobs:
- x64
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: oracle-actions/setup-java@v1
- name: Set up JDK
uses: actions/setup-java@v2
with:
website: oracle.com
release: 11
version: 11.0.14
java-version: '8'
distribution: 'adopt'
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.version }}
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Spark"
uuid = "e3819d11-95af-5eea-9727-70c091663a01"
version = "0.5.2"
version = "0.6.0"

[deps]
IteratorInterfaceExtensions = "82899510-4779-5014-852e-03e436cf321d"
Expand All @@ -16,7 +16,7 @@ Umlaut = "92992a2b-8ce5-4a9c-bb9d-58be9a7dc841"
IteratorInterfaceExtensions = "1"
JavaCall = "0.7, 0.8"
TableTraits = "1"
julia = "1"
julia = "1.6"

[extras]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand Down
Loading

0 comments on commit 3f22e99

Please sign in to comment.