Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tshirtman committed Nov 30, 2019
1 parent e9eb408 commit 62187fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- '3.7'
- '3.8'
java:
# - '8'
- '8'
# - '9' # commented out just for faster CI
# - '10'
- '10'
# - '11' # commented out just for faster CI
- '12'
os:
Expand All @@ -22,7 +22,7 @@ jobs:
- 'macOs-latest'
architecture:
- 'x64'
# - 'x86'
- 'x86'

# exclude problematic combinations
exclude:
Expand Down

0 comments on commit 62187fd

Please sign in to comment.