Add the 3.11 branch to the CI files

This commit is contained in:
Pablo Galindo 2022-05-08 04:01:20 +01:00
parent 09f0ad48ef
commit 9478b263a3
No known key found for this signature in database
GPG key ID: FFE87404168BD847
5 changed files with 8 additions and 2 deletions

View file

@ -1,7 +1,7 @@
variables:
coverage: false
trigger: ['main', '3.10', '3.9', '3.8', '3.7']
trigger: ['main', '3.11', '3.10', '3.9', '3.8', '3.7']
jobs:
- job: Prebuild

View file

@ -1,7 +1,7 @@
variables:
coverage: false
pr: ['main', '3.10', '3.9', '3.8', '3.7']
pr: ['main', '3.11', '3.10', '3.9', '3.8', '3.7']
jobs:
- job: Prebuild