Skip to content

Commit

Permalink
Add unit tests on Python 3.12 to the GH action
Browse files Browse the repository at this point in the history
Currently the fake RHEL 10 container is used (based on ubi9).
  • Loading branch information
matejmatuska authored and pirat89 committed Jul 17, 2024
1 parent 7ac5dc9 commit d473b7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
fail-fast: false
matrix:
scenarios:
- name: Run unit tests with python3.9 on el8
- name: Run unit tests with python3.12 on el9
python: python3.12
container: ubi10
- name: Run unit tests with python3.9 on el9
python: python3.9
container: ubi9
Expand Down

0 comments on commit d473b7f

Please sign in to comment.