From 2ea6d36e77c94b62af03740345ba7e695f2b5f66 Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Fri, 22 Nov 2024 16:06:31 +0100 Subject: [PATCH] Minor update --- .github/workflows/master.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 4320380..02940c6 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -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 @@ -27,7 +27,7 @@ jobs: ports: - 5672:5672 elasticsearch: - image: elasticsearch:8.13.0 + image: elasticsearch:8 ports: - '9200:9200' env: @@ -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'