44 branches :
55 - main
66 pull_request :
7- branches :
8- - main
7+
98jobs :
109 run-unit-tests :
1110 runs-on : ubuntu-latest
1211 strategy :
1312 matrix :
14- python-version : [3.8, 3. 9, "3.10", "3.11"]
13+ python-version : [3.9, "3.10", "3.11"]
1514 steps :
1615 # ----------------------------------------------
1716 # check-out repo and set-up python
1817 # ----------------------------------------------
1918 - name : Check out repository
20- uses : actions/checkout@v2
19+ uses : actions/checkout@v4
2120 - name : Set up python ${{ matrix.python-version }}
2221 id : setup-python
23- uses : actions/setup-python@v2
22+ uses : actions/setup-python@v5
2423 with :
2524 python-version : ${{ matrix.python-version }}
2625 # ----------------------------------------------
2928 - name : Install Poetry
3029 uses : snok/install-poetry@v1
3130 with :
31+ version : " 2.2.1"
3232 virtualenvs-create : true
3333 virtualenvs-in-project : true
3434 installer-parallel : true
@@ -62,16 +62,16 @@ jobs:
6262 runs-on : ubuntu-latest
6363 strategy :
6464 matrix :
65- python-version : [3.8, 3.9 , "3.10 "]
65+ python-version : [3.9, "3.10" , "3.11 "]
6666 steps :
6767 # ----------------------------------------------
6868 # check-out repo and set-up python
6969 # ----------------------------------------------
7070 - name : Check out repository
71- uses : actions/checkout@v2
71+ uses : actions/checkout@v4
7272 - name : Set up python ${{ matrix.python-version }}
7373 id : setup-python
74- uses : actions/setup-python@v2
74+ uses : actions/setup-python@v5
7575 with :
7676 python-version : ${{ matrix.python-version }}
7777 # ----------------------------------------------
8080 - name : Install Poetry
8181 uses : snok/install-poetry@v1
8282 with :
83+ version : " 2.2.1"
8384 virtualenvs-create : true
8485 virtualenvs-in-project : true
8586 installer-parallel : true
@@ -114,16 +115,16 @@ jobs:
114115 runs-on : ubuntu-latest
115116 strategy :
116117 matrix :
117- python-version : [3.8, 3.9 , "3.10 "]
118+ python-version : [3.9, "3.10" , "3.11 "]
118119 steps :
119120 # ----------------------------------------------
120121 # check-out repo and set-up python
121122 # ----------------------------------------------
122123 - name : Check out repository
123- uses : actions/checkout@v2
124+ uses : actions/checkout@v4
124125 - name : Set up python ${{ matrix.python-version }}
125126 id : setup-python
126- uses : actions/setup-python@v2
127+ uses : actions/setup-python@v5
127128 with :
128129 python-version : ${{ matrix.python-version }}
129130 # ----------------------------------------------
@@ -132,6 +133,7 @@ jobs:
132133 - name : Install Poetry
133134 uses : snok/install-poetry@v1
134135 with :
136+ version : " 2.2.1"
135137 virtualenvs-create : true
136138 virtualenvs-in-project : true
137139 installer-parallel : true
0 commit comments