Skip to content

Commit

Permalink
update smbclient version testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Apr 4, 2023
1 parent 76995aa commit f944fae
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ jobs:
fail-fast: false
matrix:
client-version:
- "4.15.1"
- "4.18.1"
- "4.17.7"
- "4.16.10"
- "4.15.13"
- "4.14.9"
- "4.11.17"
- "4.10.18"
Expand Down Expand Up @@ -111,7 +114,7 @@ jobs:
sudo apt install libjansson4 libcap2 libbsd0 libreadline8 libicu66
sudo mkdir -p /etc/samba /var/lib/samba/private
echo "[global]\nclient min protocol = SMB2\nclient max protocol = SMB3" | sudo tee /etc/samba/smb.conf
sudo wget "https://github.com/icewind1991/smbclient-builder/releases/download/v0.1.0/smbclient-${{ matrix.client-version }}" -O /usr/local/bin/smbclient
sudo wget "https://github.com/icewind1991/smbclient-builder/releases/download/v0.1.2/smbclient-${{ matrix.client-version }}" -O /usr/local/bin/smbclient
sudo chmod +x /usr/local/bin/smbclient
- uses: actions/checkout@v2
- name: Setup PHP
Expand Down

0 comments on commit f944fae

Please sign in to comment.