8000 ci: Test python 3.13 and django 5.1 by marksweb · Pull Request #7941 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

ci: Test python 3.13 and django 5.1 #7941

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
ci: Loosen up postgres version for test services
  • Loading branch information
marksweb committed Jun 24, 2024
commit d7015777a4ea6bb823985c9b419566f6f69388e6
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

services:
postgres:
image: postgres:12
image: postgres
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:

services:
postgres:
image: postgres:13
image: postgres
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down
Loading
0