GitHub Actions: Enable API 30, 31; drop some older ones
This commit is contained in:
parent
cc03c48648
commit
0b256cb2c0
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -34,15 +34,11 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
api: [
|
api: [
|
||||||
23,
|
|
||||||
24,
|
|
||||||
25,
|
25,
|
||||||
26,
|
|
||||||
27,
|
27,
|
||||||
28,
|
28,
|
||||||
# 29, # Crashes constantly, see: https://issuetracker.google.com/issues/159732638
|
30,
|
||||||
# 30, # Not available yet
|
31,
|
||||||
# 31, # Not available yet
|
|
||||||
]
|
]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user