Skip to content

Commit 9ee444f

Browse files
committed
Remove testing against Ubuntu 20.04 runner image
1 parent 06a529a commit 9ee444f

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
@@ -19,7 +19,6 @@ jobs:
1919
- false
2020
os:
2121
# ignore ARM64 flavours
22-
- ubuntu-20.04
2322
- ubuntu-22.04
2423
- ubuntu-24.04
2524
- windows-2022

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This GitHub action automatically installs a SQL server and `sqlcmd` on Windows and Linux.
44

5-
On Windows, we install an Express edition of the container. On Linux, a Docker container is started. `sqlcmd` is actually preinstalled on all Windows images as well as Ubuntu 20.04 and 22.04. Essentially, it only has an effect on Ubuntu 24.04.
5+
On Windows, we install an Express edition of the container. On Linux, a Docker container is started. `sqlcmd` is actually preinstalled on all Windows images as well as Ubuntu 22.04. Essentially, it only has an effect on Ubuntu 24.04.
66

77
## Usage
88

0 commit comments

Comments
 (0)