Skip to content

Commit d5ca74b

Browse files
committed
ci(py-tests): 🐞py3.10-3.11-3.12 tests are added
Signed-off-by: Onuralp SEZER <[email protected]>
1 parent 4272383 commit d5ca74b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [3.8, 3.9, 3.10, 3.11, 3.12]
14+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1515

1616
steps:
1717
- name: 🛎️ Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
ref: ${{ github.event.pull_request.head.ref }}
2121
repository: ${{ github.event.pull_request.head.repo.full_name }}
2222
- name: 🐍 Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v2
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: 🦾 Install dependencies

0 commit comments

Comments
 (0)