Skip to content

Commit ec23259

Browse files
authored
Fix with the advice
1 parent 2ab350e commit ec23259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ jobs:
6868
needs: [update]
6969
strategy:
7070
matrix:
71-
branch: [ 3.10, 2.7 ]
71+
branch: [ 3.9, 3.8, 3.7, 3.6, 2.7 ]
7272
include:
73-
- branch: 3.10
73+
- branch: 3.9
7474
overwrite: true
7575
runs-on: ubuntu-latest
7676
steps:

0 commit comments

Comments
 (0)