We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a58a155 commit 7533cbeCopy full SHA for 7533cbe
1 file changed
.github/workflows/ci.yml
@@ -8,14 +8,14 @@ jobs:
8
strategy:
9
matrix:
10
os: [ubuntu-20.04, macos-latest]
11
- python-version: [3.6]
12
- poetry-version: [1.1.4]
+ python-version: [3.6, 3.11]
+ poetry-version: [1.1.5]
13
runs-on: ${{ matrix.os }}
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
17
- name: Set up Python
18
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
19
with:
20
python-version: ${{ matrix.python-version }}
21
- name: Run image
0 commit comments