File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1- ---
1+ name : Android Notes
22
33on :
44 pull_request :
55 paths :
66 - ' android_beta/*.yml'
77 - ' android_release/*.yml'
88
9+ permissions :
10+ contents : read
11+
912jobs :
1013 render_notes :
1114 name : Render notes
Original file line number Diff line number Diff line change @@ -16,12 +16,11 @@ jobs:
1616 fail-fast : false
1717 matrix :
1818 include :
19- - python : " 3.13"
20- os : ubuntu-latest
21- - python : " 3.13"
22- os : macos-latest
23- - python : " 3.13"
24- os : windows-latest
19+ - { python: "3.9", os: ubuntu-22.04 }
20+ - { python: "3.10", os: windows-2022 }
21+ - { python: "3.11", os: macos-latest }
22+ - { python: "3.12", os: windows-latest }
23+ - { python: "3.13", os: ubuntu-latest }
2524
2625 steps :
2726 - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
You can’t perform that action at this time.
0 commit comments