8000 Downgraded runs-on to ubuntu-20.04 to support python3.6 runs for a li… · sysfce2/python-json-logger@48ca62e · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 48ca62e

Browse files
committed
Downgraded runs-on to ubuntu-20.04 to support python3.6 runs for a little while longer. Added 3.11 runs
1 parent 0e36f31 commit 48ca62e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ on:
2020

2121
jobs:
2222
test:
23-
runs-on: ubuntu-latest
23+
runs-on: "ubuntu-20.04" #Moving down to 20.04 (latest is 22.04) because of python3.6 support
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
python-version: [pypy-3.8, 3.6, 3.7, 3.8, 3.9, '3.10']
27+
python-version: ["pypy-3.8", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"]
2828

2929
steps:
3030
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)
0