Change release branch to testing, and bump mac and windows action to Python 3.9
This commit is contained in:
@@ -2,9 +2,9 @@ name: flake8
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, dev, release ]
|
||||
branches: [ main, testing, dev ]
|
||||
pull_request:
|
||||
branches: [ main, dev, release ]
|
||||
branches: [ main, testing, dev ]
|
||||
|
||||
jobs:
|
||||
checkSyntax:
|
||||
|
||||
@@ -2,9 +2,9 @@ name: Linux (3.6)
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, dev, release ]
|
||||
branches: [ main, testing, dev ]
|
||||
pull_request:
|
||||
branches: [ main, dev, release ]
|
||||
branches: [ main, testing, dev ]
|
||||
|
||||
jobs:
|
||||
testLinux36:
|
||||
|
||||
@@ -2,9 +2,9 @@ name: Linux (3.7)
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, dev, release ]
|
||||
branches: [ main, testing, dev ]
|
||||
pull_request:
|
||||
branches: [ main, dev, release ]
|
||||
branches: [ main, testing, dev ]
|
||||
|
||||
jobs:
|
||||
testLinux37:
|
||||
|
||||
@@ -2,9 +2,9 @@ name: Linux (3.8)
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, dev, release ]
|
||||
branches: [ main, testing, dev ]
|
||||
pull_request:
|
||||
branches: [ main, dev, release ]
|
||||
branches: [ main, testing, dev ]
|
||||
|
||||
jobs:
|
||||
testLinux38:
|
||||
|
||||
@@ -2,9 +2,9 @@ name: Linux (3.9)
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, dev, release ]
|
||||
branches: [ main, testing, dev ]
|
||||
pull_request:
|
||||
branches: [ main, dev, release ]
|
||||
branches: [ main, testing, dev ]
|
||||
|
||||
jobs:
|
||||
testLinux39:
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
name: macOS (3.8)
|
||||
name: macOS (3.9)
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, dev, release ]
|
||||
branches: [ main, testing, dev ]
|
||||
pull_request:
|
||||
branches: [ main, dev, release ]
|
||||
branches: [ main, testing, dev ]
|
||||
|
||||
jobs:
|
||||
testMac38:
|
||||
@@ -13,7 +13,7 @@ jobs:
|
||||
- name: Python Setup
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.8
|
||||
python-version: 3.9
|
||||
architecture: x64
|
||||
- name: Install Packages
|
||||
run: |
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
name: Windows (3.8)
|
||||
name: Windows (3.9)
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, dev, release ]
|
||||
branches: [ main, testing, dev ]
|
||||
pull_request:
|
||||
branches: [ main, dev, release ]
|
||||
branches: [ main, testing, dev ]
|
||||
|
||||
jobs:
|
||||
testWin38:
|
||||
@@ -13,7 +13,7 @@ jobs:
|
||||
- name: Python Setup
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.8
|
||||
python-version: 3.9
|
||||
architecture: x64
|
||||
- name: Checkout Source
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user