mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 09:08:52 -06:00
GitHub Actions: Enable API 30, 31; drop some older ones
This commit is contained in:
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user