Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
steps:
- uses: vampire/setup-wsl@d1da7f2c0322a5ee4f24975344f67fc0f5baf364 # v7.0.0
with:
distribution: Ubuntu-24.04
distribution: Ubuntu-26.04
use-cache: 'true'
update: 'false'
additional-packages: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
steps:
- uses: vampire/setup-wsl@d1da7f2c0322a5ee4f24975344f67fc0f5baf364 # v7.0.0
with:
distribution: Ubuntu-24.04
distribution: Ubuntu-26.04
use-cache: 'true'
update: 'false'
additional-packages: |
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Internal
* Upgrade `sqlparse` dependency to v0.6.0.
* Upgrade optional `pip` dependency to v26.2.1.
* Use cache and turn off distro update for WSL tests in CI.
* Upgrade WSL OS to Ubuntu 26.04 in for tests in CI.


2.18.5 (2026/08/31)
Expand Down
Loading