From 3eb185dbcae50252fbe85f1a7d8b2ada76b4d304 Mon Sep 17 00:00:00 2001 From: Jonathan Visser Date: Tue, 31 Dec 2024 12:26:10 +0100 Subject: [PATCH] Use hypernode-deploy 4, bookworm, php 8.3, python 3.11 --- .github/workflows/cleanup_acceptance.yaml | 2 +- .github/workflows/deploy.yaml | 6 +++--- .github/workflows/detect_renamed_docs.yaml | 2 +- .github/workflows/test.yaml | 2 +- tox.ini | 3 ++- 5 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cleanup_acceptance.yaml b/.github/workflows/cleanup_acceptance.yaml index c6f2fc84..dbf68d63 100644 --- a/.github/workflows/cleanup_acceptance.yaml +++ b/.github/workflows/cleanup_acceptance.yaml @@ -7,7 +7,7 @@ on: jobs: cleanup: runs-on: ubuntu-latest - container: quay.io/hypernode/deploy:3-php8.1-node18 + container: quay.io/hypernode/deploy:4-php8.3-node20 environment: acceptance steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 3e2a09fd..bf9ba3be 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -12,7 +12,7 @@ env: jobs: build: runs-on: ubuntu-latest - container: quay.io/hypernode/deploy:3-php8.1-node18 + container: quay.io/hypernode/deploy:4-php8.3-node20 steps: - uses: actions/checkout@v3 with: @@ -47,7 +47,7 @@ jobs: name: acceptance url: ${{ steps.get_brancher_hostname.outputs.BRANCHER_URL }} if: github.ref != 'refs/heads/master' - container: quay.io/hypernode/deploy:3-php8.1-node18 + container: quay.io/hypernode/deploy:4-php8.3-node20 steps: - uses: actions/checkout@v3 with: @@ -102,7 +102,7 @@ jobs: name: production url: https://docs.hypernode.io if: github.ref == 'refs/heads/master' - container: quay.io/hypernode/deploy:3-php8.1-node18 + container: quay.io/hypernode/deploy:4-php8.3-node20 steps: - uses: actions/checkout@v3 - name: download build artifact diff --git a/.github/workflows/detect_renamed_docs.yaml b/.github/workflows/detect_renamed_docs.yaml index 2d5a0fd2..2591768c 100644 --- a/.github/workflows/detect_renamed_docs.yaml +++ b/.github/workflows/detect_renamed_docs.yaml @@ -20,7 +20,7 @@ jobs: echo "$result" >> $GITHUB_OUTPUT echo "EOF" >> $GITHUB_OUTPUT shell: bash - - name: Comment hostname on PR + - name: Comment changed files on PR if: ${{ steps.changed_files.outputs.CHANGED_FILES }} uses: thollander/actions-comment-pull-request@v1 with: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2a47f1ef..372caa6c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -8,7 +8,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'] steps: - uses: actions/checkout@v3 diff --git a/tox.ini b/tox.ini index a7b00ab6..8e0b58dd 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py37,py38,py39,py310 +envlist = py37,py38,py39,py310,py311 skipsdist = True [gh-actions] @@ -8,6 +8,7 @@ python = 3.8: py38 3.9: py39 3.10: py310 + 3.11: py311 [testenv] setenv =