diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7ce151a9..38a3e21e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,10 +21,9 @@ jobs: - "test.run.test_stages" - "stages/test" environment: - - "py36" - - "py39" - - "py311" - - "py312" + - "py36" # RH8 + - "py39" # RH9 + - "py312" # latest fedora steps: - name: "Clone Repository" uses: actions/checkout@v3