Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into switch-to-mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Apr 27, 2024
2 parents 72b194f + d9cebb1 commit 8629879
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 17 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/branches.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand Down Expand Up @@ -93,6 +93,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
os:
- ubuntu-latest
- macos-latest
Expand Down Expand Up @@ -135,7 +136,7 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand All @@ -160,6 +161,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
os:
- ubuntu-latest
- macos-latest
Expand Down Expand Up @@ -217,6 +219,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand Down Expand Up @@ -272,6 +275,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand Down
14 changes: 9 additions & 5 deletions .github/workflows/dev.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand Down Expand Up @@ -89,6 +89,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
os:
- ubuntu-latest
- macos-latest
Expand Down Expand Up @@ -132,7 +133,7 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand All @@ -157,6 +158,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
os:
- ubuntu-latest
- macos-latest
Expand Down Expand Up @@ -214,6 +216,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand Down Expand Up @@ -269,6 +272,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand Down Expand Up @@ -302,7 +306,7 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand Down Expand Up @@ -346,7 +350,7 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/stable.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand Down Expand Up @@ -85,10 +85,10 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
os:
- ubuntu-latest
- macos-latest
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand All @@ -154,7 +154,7 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.11"
- "3.12"
os:
- ubuntu-latest

Expand Down Expand Up @@ -198,13 +198,13 @@ jobs:
fail-fast: false
matrix:
python_version:
- "3.11"
- "3.12"
os:
- ubuntu-latest

env:
DOCKER_PYTHON_VERSION: "3.11"
BUILDER_CLONE_DIRNAME: pyfunceble_docker
BUILDER_CLONE_DIRNAM2: pyfunceble_docker
OUR_DOCKER_USERNAME: ${{ secrets.OUR_DOCKER_USERNAME }}
OUR_DOCKER_PASSWORD: ${{ secrets.OUR_DOCKER_PASSWORD }}
OUR_DOCKER_EMAIL: ${{ secrets.OUR_DOCKER_EMAIL }}
Expand Down
4 changes: 2 additions & 2 deletions sphinx-docs/usage/github-ci.rst
Expand Up @@ -34,7 +34,7 @@ Example of how you can run PyFunceble inside Github Actions.
fail-fast: false
matrix:
python_version:
- "3.9.1"
- "3.11"
os:
- ubuntu-latest
Expand Down Expand Up @@ -69,7 +69,7 @@ Example of how you can run PyFunceble inside Github Actions.
fail-fast: false
matrix:
python_version:
- "3.9.1"
- "3.11"
os:
- ubuntu-latest
Expand Down

0 comments on commit 8629879

Please sign in to comment.