Skip to content

Commit

Permalink
support 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
turikhay committed Jan 1, 2024
1 parent 3c02f9e commit 9839b5a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
version:
- 1.20.1
- 1.20.4
- 1.19.3
- 1.18.2
- 1.17.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_notable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
version:
- 1.20.1
- 1.20.4
- 1.16.5
- 1.16.3
- 1.13.2
Expand Down
5 changes: 3 additions & 2 deletions tests_e2e/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@
'1.19.3',
'1.19.4',
'1.20.1',
'1.20.2',
'1.20.3',
'1.20.4',
))
),
**(
Expand All @@ -96,8 +99,6 @@
'bot': False,
},
) for version in (
'1.20.2',
'1.20.4',
))
),
}
Expand Down

0 comments on commit 9839b5a

Please sign in to comment.