Skip to content

Commit 064d57f

Browse files
committed
SA20: Update to 2.0.0rc1
1 parent b9d1cb0 commit 064d57f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
language: [ python ]
33-
sqla-version: ['1.3.24', '1.4.45', '2.0.0b4']
33+
sqla-version: ['1.3.24', '1.4.45', '2.0.0rc1']
3434

3535
steps:
3636
- name: Checkout

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
os: ['ubuntu-latest', 'macos-latest']
2323
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
2424
cratedb-version: ['5.1.2']
25-
sqla-version: ['1.3.24', '1.4.45', '2.0.0b4']
25+
sqla-version: ['1.3.24', '1.4.45', '2.0.0rc1']
2626
# To save resources, only use the most recent Python version on macOS.
2727
exclude:
2828
- os: 'macos-latest'

0 commit comments

Comments
 (0)