Skip to content

Commit

Permalink
CI: sources
Browse files Browse the repository at this point in the history
  • Loading branch information
jotelha committed Apr 22, 2024
1 parent b608425 commit cf6e217
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
mongodb-version: ['4.2', '4.4', '5.0', '6.0']
dtool-lookup-server-version: [main]
dserver-search-plugin-mongo-version: [main]
Expand Down Expand Up @@ -36,9 +36,9 @@ jobs:
- name: Install server, search and retrieve plugins
run: |
# This should move into the strategy matrix once released
pip install git+https://github.com/jotelha/dtool-lookup-server.git@${{ matrix.dtool-lookup-server-version }}
pip install git+https://github.com/jotelha/dserver-search-plugin-mongo.git@${{ matrix.dserver-search-plugin-mongo-version }}
pip install git+https://github.com/jotelha/dserver-retrieve-plugin-mongo.git@${{ matrix.dserver-retrieve-plugin-mongo-version }}
pip install git+https://github.com/livMatS/dtool-lookup-server.git@${{ matrix.dtool-lookup-server-version }}
pip install git+https://github.com/livMatS/dserver-search-plugin-mongo.git@${{ matrix.dserver-search-plugin-mongo-version }}
pip install git+https://github.com/livMatS/dserver-retrieve-plugin-mongo.git@${{ matrix.dserver-retrieve-plugin-mongo-version }}
- name: Remaining requirements
run: |
Expand Down

0 comments on commit cf6e217

Please sign in to comment.