Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit e0e86b1

Browse files
committed
ci bumps
1 parent 9d57f5a commit e0e86b1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: PHP-CS-Fixer
88
runs-on: ubuntu-20.04
99
steps:
10-
- uses: actions/checkout@master
10+
- uses: actions/checkout@v3
1111
- name: Setup PHP
1212
uses: shivammathur/setup-php@v2
1313
with:
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install packages
5050
run: |
5151
sudo apt-get install smbclient
52-
- uses: actions/checkout@v2
52+
- uses: actions/checkout@v3
5353
- name: Setup PHP
5454
uses: shivammathur/setup-php@v2
5555
with:
@@ -70,7 +70,7 @@ jobs:
7070
command: php ./vendor/bin/phpunit tests -c tests/phpunit.xml --coverage-clover=coverage.xml
7171
env:
7272
BACKEND: ${{ matrix.backend }}
73-
- uses: codecov/codecov-action@v1
73+
- uses: codecov/codecov-action@v3
7474
with:
7575
files: ./coverage.xml
7676

@@ -116,7 +116,7 @@ jobs:
116116
echo "[global]\nclient min protocol = SMB2\nclient max protocol = SMB3" | sudo tee /etc/samba/smb.conf
117117
sudo wget "https://github.com/icewind1991/smbclient-builder/releases/download/v0.1.2/smbclient-${{ matrix.client-version }}" -O /usr/local/bin/smbclient
118118
sudo chmod +x /usr/local/bin/smbclient
119-
- uses: actions/checkout@v2
119+
- uses: actions/checkout@v3
120120
- name: Setup PHP
121121
uses: shivammathur/setup-php@v2
122122
with:
@@ -137,7 +137,7 @@ jobs:
137137
command: php ./vendor/bin/phpunit tests -c tests/phpunit.xml --coverage-clover=coverage.xml
138138
env:
139139
BACKEND: smbclient
140-
- uses: codecov/codecov-action@v1
140+
- uses: codecov/codecov-action@v3
141141
with:
142142
files: ./coverage.xml
143143

@@ -157,7 +157,7 @@ jobs:
157157
- 445:445
158158

159159
steps:
160-
- uses: actions/checkout@v2
160+
- uses: actions/checkout@v3
161161
- name: Setup PHP
162162
uses: shivammathur/setup-php@v2
163163
with:
@@ -178,7 +178,7 @@ jobs:
178178
runs-on: ubuntu-20.04
179179
name: Kerberos SSO tests
180180
steps:
181-
- uses: actions/checkout@v2
181+
- uses: actions/checkout@v3
182182
- name: Setup PHP
183183
uses: shivammathur/setup-php@v2
184184
with:
@@ -207,7 +207,7 @@ jobs:
207207
docker logs apache
208208
209209
static-psalm-analysis:
210-
runs-on: ubuntu-latest
210+
runs-on: ubuntu-20.04
211211
name: Psalm static analysis
212212

213213
strategy:
@@ -225,7 +225,7 @@ jobs:
225225
- name: krb5-dev
226226
run: sudo apt-get install -y libkrb5-dev
227227
- name: Checkout
228-
uses: actions/checkout@master
228+
uses: actions/checkout@v3
229229
- name: Set up php
230230
uses: shivammathur/setup-php@master
231231
with:
@@ -247,7 +247,7 @@ jobs:
247247
steps:
248248
- name: krb5-dev
249249
run: sudo apt-get install -y libkrb5-dev
250-
- uses: actions/checkout@v2
250+
- uses: actions/checkout@v3
251251
- name: Setup PHP
252252
uses: shivammathur/setup-php@v2
253253
with:

0 commit comments

Comments
 (0)