Skip to content

Commit f6f53a1

Browse files
author
Alexander Ignatov
committed
Merge remote-tracking branch 'upstream/master'
2 parents c1daa62 + ac0a6fa commit f6f53a1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/unittests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ name: Unit Tests
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches:
9+
- master
10+
- ci
911
pull_request:
1012
branches: [ master ]
1113

@@ -15,7 +17,7 @@ jobs:
1517
runs-on: ubuntu-latest
1618
strategy:
1719
matrix:
18-
python-version: [3.6, 3.7, 3.8]
20+
python-version: [3.8.15, 3.9.16, 3.10.9, 3.11]
1921

2022
steps:
2123
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)