Skip to content

Commit 5bb882a

Browse files
Merge pull request #101 from bobtabor-msft/main
Update python-test.yaml's ubuntu, postgresql versions to enable dependabot to update django
2 parents e043b2f + 827f500 commit 5bb882a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: ["ubuntu-20.04"]
16+
os: ["ubuntu-24.04"]
1717
python_version: ["3.10", "3.11"]
1818
services:
1919
postgres:
20-
image: postgres:12
20+
image: postgres:17
2121
env:
2222
POSTGRES_PASSWORD: postgres
2323
ports:

0 commit comments

Comments
 (0)