Skip to content

Commit

Permalink
Do not test on ubuntu 23.04 (end of life)
Browse files Browse the repository at this point in the history
dd deployment tests for ubuntu 20.04 and 22.04
  • Loading branch information
katyukha committed Dec 12, 2024
1 parent ff0ecad commit 5b9614f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-deployments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ jobs:
matrix:
image:
- "debian:bullseye"
#- "ubuntu:20.04"
#- "ubuntu:22.04"
- "ubuntu:23.04"
- "ubuntu:20.04"
- "ubuntu:22.04"
- "ubuntu:24.04"
odoo_version:
- "18.0"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-os-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
- "debian:bullseye"
- "ubuntu:20.04"
- "ubuntu:22.04"
- "ubuntu:23.04"
- "ubuntu:24.04"
runs-on: ubuntu-22.04
needs:
Expand Down

0 comments on commit 5b9614f

Please sign in to comment.