|
@ -11,16 +11,16 @@ jobs: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v3 |
|
|
- uses: actions/checkout@v3 |
|
|
- uses: webiny/action-conventional-commits@v1.0.3 |
|
|
|
|
|
|
|
|
- uses: webiny/action-conventional-commits@v1.1.0 |
|
|
|
|
|
|
|
|
check-linting: |
|
|
check-linting: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v3 |
|
|
- uses: actions/checkout@v3 |
|
|
- name: Set up Python 3.10 |
|
|
|
|
|
|
|
|
- name: Set up Python 3.12 |
|
|
uses: actions/setup-python@v3 |
|
|
uses: actions/setup-python@v3 |
|
|
with: |
|
|
with: |
|
|
python-version: "3.10" |
|
|
|
|
|
|
|
|
python-version: "3.12" |
|
|
- name: Install dependencies |
|
|
- name: Install dependencies |
|
|
run: | |
|
|
run: | |
|
|
python -m pip install --upgrade pip |
|
|
python -m pip install --upgrade pip |
|
@ -37,10 +37,10 @@ jobs: |
|
|
- check-linting |
|
|
- check-linting |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v3 |
|
|
- uses: actions/checkout@v3 |
|
|
- name: Set up Python 3.10 |
|
|
|
|
|
|
|
|
- name: Set up Python 3.12 |
|
|
uses: actions/setup-python@v3 |
|
|
uses: actions/setup-python@v3 |
|
|
with: |
|
|
with: |
|
|
python-version: "3.10" |
|
|
|
|
|
|
|
|
python-version: "3.12" |
|
|
- name: Install dependencies |
|
|
- name: Install dependencies |
|
|
run: | |
|
|
run: | |
|
|
python -m pip install --upgrade pip |
|
|
python -m pip install --upgrade pip |
|
@ -55,8 +55,8 @@ jobs: |
|
|
strategy: |
|
|
strategy: |
|
|
fail-fast: false |
|
|
fail-fast: false |
|
|
matrix: |
|
|
matrix: |
|
|
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] |
|
|
|
|
|
keycloak-version: ["20.0", "21.0", "latest"] |
|
|
|
|
|
|
|
|
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] |
|
|
|
|
|
keycloak-version: ["20.0", "21.0", "22.0", "latest"] |
|
|
needs: |
|
|
needs: |
|
|
- check-commits |
|
|
- check-commits |
|
|
- check-linting |
|
|
- check-linting |
|
@ -88,10 +88,10 @@ jobs: |
|
|
- check-docs |
|
|
- check-docs |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v3 |
|
|
- uses: actions/checkout@v3 |
|
|
- name: Set up Python 3.10 |
|
|
|
|
|
|
|
|
- name: Set up Python 3.12 |
|
|
uses: actions/setup-python@v3 |
|
|
uses: actions/setup-python@v3 |
|
|
with: |
|
|
with: |
|
|
python-version: "3.10" |
|
|
|
|
|
|
|
|
python-version: "3.12" |
|
|
- name: Install dependencies |
|
|
- name: Install dependencies |
|
|
run: | |
|
|
run: | |
|
|
python -m pip install --upgrade pip |
|
|
python -m pip install --upgrade pip |
|
|