Skip to content

Commit

Permalink
Merge pull request #628 from Tecnativa/avoid-18.0-test
Browse files Browse the repository at this point in the history
[FIX] Not testing Doodba 18.0 to be able to push image
  • Loading branch information
josep-tecnativa authored Oct 8, 2024
2 parents c6e03ae + ec63e8c commit 3706d99
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,11 @@ jobs:
fail-fast: false
matrix:
# Test modern Odoo versions with latest Postgres version
odoo_version: ["18.0"]
pg_version: ["16"]
odoo_version: ["17.0"]
pg_version: ["15"]
python_version: ["3.10"]
include:
# Older odoo versions don't support latest postgres and Python versions
- odoo_version: "17.0"
pg_version: "15"
python_version: "3.10"
- odoo_version: "16.0"
pg_version: "14"
python_version: "3.10"
Expand Down

0 comments on commit 3706d99

Please sign in to comment.