We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c26eca + 05b4211 commit 336c090Copy full SHA for 336c090
.github/workflows/test-py39-functional-scim-auth.yaml
@@ -14,10 +14,10 @@ jobs:
14
- name: Check out code
15
uses: actions/checkout@v3
16
17
- - name: Set up python
+ - name: Set up python 3.12
18
uses: actions/setup-python@v4
19
with:
20
- python-version: 3.9
+ python-version: 3.12
21
22
- name: Run keycloak container
23
run: |
.github/workflows/test-py39-unit.yaml
@@ -13,10 +13,10 @@ jobs:
13
steps:
- uses: actions/checkout@v3
- - name: Set up Python 3.9
+ - name: Set up Python 3.12
- name: Install ColdFront and plugin
0 commit comments