8000 CI: Add os version to new python versions · ag-python/mycli@ce548ab · GitHub
[go: up one dir, main page]

Skip to content

Commit ce548ab

Browse files
committed
CI: Add os version to new python versions
* Otherwise it will complain about a syntax error. Signed-off-by: Alfred Wingate <parona@protonmail.com>
1 parent f234f9e commit ce548ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ jobs:
2323
os: ubuntu-20.04 # MySQL 8.0.22
2424
- python-version: '3.10'
2525
os: ubuntu-22.04 # MySQL 8.0.28
26+
- python-version: '3.11'
27+
os: ubuntu-22.04 # MySQL 8.0.36
28+
- python-version: '3.12'
29+
os: ubuntu-22.04 # MySQL 8.0.36
2630

2731
runs-on: ${{ matrix.os }}
2832
steps:

0 commit comments

Comments
 (0)
0