From bdada6e192517368c6887c2307f37b68647aba4e Mon Sep 17 00:00:00 2001 From: Doug Date: Fri, 8 Nov 2024 16:40:27 +0000 Subject: [PATCH] Update Python on integration tests runner. --- .github/workflows/ci-integration-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-integration-tests.yml b/.github/workflows/ci-integration-tests.yml index cce33f136..75b636cc4 100644 --- a/.github/workflows/ci-integration-tests.yml +++ b/.github/workflows/ci-integration-tests.yml @@ -38,10 +38,10 @@ jobs: restore-keys: | ${{ runner.os }}-gems- # Cache for python env for Synapse - - name: Set up Python 3.8 + - name: Set up Python 3.12 uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: 3.12 - name: Cache pip uses: actions/cache@v2 with: @@ -53,7 +53,7 @@ jobs: # Set up a Synapse server - name: Start synapse server - uses: michaelkaye/setup-matrix-synapse@v1.0.3 + uses: michaelkaye/setup-matrix-synapse@v1.0.5 with: uploadLogs: true httpPort: 8080