mirror of https://github.com/kivy/pyjnius.git
slightly more complete test targets
This commit is contained in:
parent
b042e82d42
commit
c9e2974aa2
|
@ -8,12 +8,12 @@ jobs:
|
|||
python:
|
||||
- '2.7'
|
||||
# - '3.6'
|
||||
# - '3.7'
|
||||
- '3.7'
|
||||
- '3.8'
|
||||
java:
|
||||
- '8'
|
||||
# - '9'
|
||||
# - '10'
|
||||
- '10'
|
||||
# - '11'
|
||||
- '12'
|
||||
os:
|
||||
|
@ -22,7 +22,7 @@ jobs:
|
|||
- 'macOs-latest'
|
||||
architecture:
|
||||
- 'x64'
|
||||
# - 'x86'
|
||||
- 'x86'
|
||||
|
||||
# exclude problematic combinations
|
||||
exclude:
|
||||
|
|
Loading…
Reference in New Issue