Skip to content

Commit

Permalink
Merge pull request #303 from ByteInternet/upgrade_to_bookworm
Browse files Browse the repository at this point in the history
Use hypernode-deploy 4, bookworm, php 8.3, python 3.11
  • Loading branch information
tdgroot authored Dec 31, 2024
2 parents 44c2d9f + 3eb185d commit baf3014
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup_acceptance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/detect_renamed_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py37,py38,py39,py310
envlist = py37,py38,py39,py310,py311
skipsdist = True

[gh-actions]
Expand All @@ -8,6 +8,7 @@ python =
3.8: py38
3.9: py39
3.10: py310
3.11: py311

[testenv]
setenv =
Expand Down

0 comments on commit baf3014

Please sign in to comment.