Skip to content

Commit 06a529a

Browse files
committed
Remove testing against Windows Server 2019
The image has been retired as per 30th of June, 2025.
1 parent 9510c1a commit 06a529a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- ubuntu-20.04
2323
- ubuntu-22.04
2424
- ubuntu-24.04
25-
- windows-2019
2625
- windows-2022
2726
- windows-2025
2827
version:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ On Windows, we install an Express edition of the container. On Linux, a Docker c
1111
* `components`: Specify the components you want to install. Can be `sqlengine` and `sqlcmd`. The list of components needs be a comma-separated list like `sqlengine,sqlcmd`. [GitHub Actions does not support passing YAML lists to composite actions](https://github.com/actions/runner/issues/2238).
1212
* `force-encryption`: When you request to install `sqlengine`, you can set this input to `true` in order to encrypt all connections to the SQL server. The action will generate a self-signed certificate for that. Default is `false`.
1313
* `sa-password`: The sa password for the SQL instances. Default is `bHuZH81%cGC6`.
14-
* `version`: Version of the SQL server you want to install (2020 or 2022).
14+
* `version`: Version of the SQL server you want to install (2019 or 2022).
1515

1616
### Example
1717

0 commit comments

Comments
 (0)