Skip to content

Commit

Permalink
Maintenance: Update software versions for sandbox and CI
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 26, 2023
1 parent 696a623 commit 859cf8c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fail-fast: false
matrix:
language: [ python ]
sqla-version: ['1.3.24', '1.4.45']
sqla-version: ['1.3.24', '1.4.46']

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
matrix:
os: ['ubuntu-latest', 'macos-latest']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
cratedb-version: ['5.1.2']
sqla-version: ['1.3.24', '1.4.45']
cratedb-version: ['5.2.0']
sqla-version: ['1.3.24', '1.4.46']
# To save resources, only use the most recent Python version on macOS.
exclude:
- os: 'macos-latest'
Expand Down
6 changes: 3 additions & 3 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
# set -x

# Default variables.
BUILDOUT_VERSION=${BUILDOUT_VERSION:-2.13.7}
CRATEDB_VERSION=${CRATEDB_VERSION:-5.1.2}
SQLALCHEMY_VERSION=${SQLALCHEMY_VERSION:-1.4.45}
BUILDOUT_VERSION=${BUILDOUT_VERSION:-2.13.8}
CRATEDB_VERSION=${CRATEDB_VERSION:-5.2.0}
SQLALCHEMY_VERSION=${SQLALCHEMY_VERSION:-1.4.46}


function print_header() {
Expand Down

0 comments on commit 859cf8c

Please sign in to comment.