Skip to content

Commit 2778b5f

Browse files
Add test harness for all abstract version specifications
1 parent e525ede commit 2778b5f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,17 @@ jobs:
5858
matrix:
5959
include:
6060
- python-version: "3"
61-
installed-python-version: "3.12.2"
61+
installed-python-version: "3.12.4"
62+
- python-version: "3.12"
63+
installed-python-version: "3.12.4"
64+
- python-version: "3.11"
65+
installed-python-version: "3.11.9"
66+
- python-version: "3.10"
67+
installed-python-version: "3.10.14"
6268
- python-version: "3.9"
63-
installed-python-version: "3.9.18"
69+
installed-python-version: "3.9.19"
70+
- python-version: "3.8"
71+
installed-python-version: "3.8.19"
6472
runs-on: ubuntu-latest
6573
container: amazonlinux:2023
6674
steps:

0 commit comments

Comments
 (0)