Skip to content

Commit

Permalink
up to 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
segoon committed Jan 31, 2025
1 parent ff4bc06 commit 9f67f10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-22.04
- os: ubuntu-24.04
make: test-debug
info: g++-11 + test-debug

- os: ubuntu-22.04
- os: ubuntu-24.04
make: test-release
info: g++-11 + test-release

Expand Down Expand Up @@ -49,10 +49,10 @@ jobs:
sudo apt install --allow-downgrades -y postgresql $(wget -q -O - ${DEPS_FILE})
python3 -m pip install -r requirements.txt
- name: Reinstall postgres 14
- name: Reinstall postgres 16
run: |
sudo apt purge libpq5 libpq-dev postgresql-*
sudo apt install -y postgresql-14 postgresql-client-14 postgresql-server-dev-14
sudo apt install -y postgresql-16 postgresql-client-16 postgresql-server-dev-16
- name: Setup ccache
run: |
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
- postgres

service_template-container:
image: ghcr.io/userver-framework/ubuntu-22.04-userver-pg:latest
image: ghcr.io/userver-framework/ubuntu-24.04-userver:latest
privileged: true
environment:
<<: *db_env
Expand Down

0 comments on commit 9f67f10

Please sign in to comment.