mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
test against multiple server versions
This commit is contained in:
parent
fac3118fdf
commit
7abcd0c985
1 changed files with 5 additions and 1 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
|
@ -49,10 +49,14 @@ jobs:
|
|||
- "7.3"
|
||||
- "7.4"
|
||||
- "8.0"
|
||||
server-version:
|
||||
- "latest"
|
||||
- "4.9.4"
|
||||
- "4.8.5"
|
||||
|
||||
services:
|
||||
samba:
|
||||
image: servercontainers/samba
|
||||
image: "servercontainers/samba:${{ matrix.server-version }}"
|
||||
env:
|
||||
ACCOUNT_test: test
|
||||
UID_test: 1000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue