Skip to content

Commit 0424337

Browse files
committed
fix: workflow
1 parent 58135dd commit 0424337

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ jobs:
4343
strategy:
4444
matrix:
4545
odoo_version:
46-
- 6.0
47-
- 6.1
48-
- 7.0
49-
- 8.0
46+
- "6.0"
47+
- "6.1"
48+
- "7.0"
49+
- "8.0"
5050
python-version: [3.13]
5151
fail-fast: false
5252
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)