Skip to content

Commit 911a205

Browse files
Debugginh GitHub Actions
1 parent d1219f6 commit 911a205

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
name: test jsnac
2+
name: JSNAC TOX Suite
33
on: [push, pull_request]
44

55
jobs:
6-
linters:
6+
tox:
77
strategy:
88
matrix:
9-
python-version: [ '3.10' ]
9+
python-version: [ '3.10', '3.11', '3.12' ]
1010
platform: [ubuntu-latest]
1111
runs-on: ${{ matrix.platform }}
1212
steps:
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Poetry
2222
uses: snok/install-poetry@v1
2323
with:
24-
version: 1.9.0
24+
version: 1.8.3
2525
virtualenvs-create: true
2626
virtualenvs-in-project: true
2727

0 commit comments

Comments
 (0)