Change release branch to testing, and bump mac and windows action to Python 3.9

This commit is contained in:
Veronica K. B. Olsen
2021-02-06 14:07:08 +01:00
parent 7302fb951e
commit 54881facf8
7 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -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 -2
View File
@@ -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 -2
View File
@@ -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 -2
View File
@@ -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 -2
View File
@@ -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:
+4 -4
View File
@@ -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: |
+4 -4
View File
@@ -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