Skip to content

Commit f70a113

Browse files
committed
Test against more recent SQLAlchemy versions on CI
This just bumps to the most recent releases of the 1.1, 1.2 and 1.3 series
1 parent f2617dd commit f70a113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
crate-version: [nightly]
2323
os: [ubuntu-latest]
24-
sqla-version: ['1.1.15', '1.2.18', '1.3.17']
24+
sqla-version: ['1.1.18', '1.2.19', '1.3.20']
2525
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
2626

2727
steps:

0 commit comments

Comments
 (0)