Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Nov 22, 2024
1 parent 2d68010 commit 2ea6d36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
python-version: [ '3.10', '3.11', '3.12' ]
python-version: [ '3.10', '3.11', '3.12', '3.13' ]
services:
mongodb:
image: mongo:latest
Expand All @@ -27,7 +27,7 @@ jobs:
ports:
- 5672:5672
elasticsearch:
image: elasticsearch:8.13.0
image: elasticsearch:8
ports:
- '9200:9200'
env:
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Clone
uses: actions/checkout@v4
- name: Python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
Expand Down

0 comments on commit 2ea6d36

Please sign in to comment.