Skip to content

Commit

Permalink
Run unit tests on Python 3.9 on ubi9 instead of ubi8
Browse files Browse the repository at this point in the history
  • Loading branch information
matejmatuska authored and pirat89 committed Jul 17, 2024
1 parent a6e1807 commit 7ac5dc9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
matrix:
scenarios:
- name: Run unit tests with python3.9 on el8
- name: Run unit tests with python3.9 on el9
python: python3.9
container: ubi8
container: ubi9
- name: Run unit tests with python 3.6 on el8
python: python3.6
container: ubi8
Expand Down

0 comments on commit 7ac5dc9

Please sign in to comment.