Skip to content

Commit 0cfa517

Browse files
mesh-2092 remove 3.8 from github workflows
1 parent f7659c6 commit 0cfa517

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/merge-develop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
path: |
3636
.venv
37-
key: ${{ runner.os }}-poetry-v2-py3.8-${{ hashFiles('./poetry.lock') }}
37+
key: ${{ runner.os }}-poetry-v2-py3.9-${{ hashFiles('./poetry.lock') }}
3838

3939
- name: git reset
4040
run: git reset --hard

.github/workflows/pull-request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
tox:
1313
strategy:
1414
matrix:
15-
python-version: ["3.8", "3.9", "3.10", "3.11"]
15+
python-version: ["3.9", "3.10", "3.11"]
1616

1717
runs-on: ubuntu-latest
1818
if: github.repository == 'NHSDigital/nhs-aws-helpers'
@@ -114,7 +114,7 @@ jobs:
114114
with:
115115
path: |
116116
.venv
117-
key: ${{ runner.os }}-poetry-v2-py3.8-${{ hashFiles('./poetry.lock') }}
117+
key: ${{ runner.os }}-poetry-v2-py3.9-${{ hashFiles('./poetry.lock') }}
118118

119119
- name: git reset
120120
run: git reset --hard
@@ -231,7 +231,7 @@ jobs:
231231
with:
232232
path: |
233233
.venv
234-
key: ${{ runner.os }}-poetry-v2-py3.8-${{ hashFiles('./poetry.lock') }}
234+
key: ${{ runner.os }}-poetry-v2-py3.9-${{ hashFiles('./poetry.lock') }}
235235

236236
- name: git reset
237237
run: git reset --hard

0 commit comments

Comments
 (0)