21
21
jobs :
22
22
# START Basic Checks Job (EPV, code sniffer, images check, etc.)
23
23
basic-checks :
24
- runs-on : ubuntu-20 .04
24
+ runs-on : ubuntu-22 .04
25
25
strategy :
26
26
matrix :
27
27
include :
@@ -33,14 +33,14 @@ jobs:
33
33
34
34
steps :
35
35
- name : Checkout phpBB
36
- uses : actions/checkout@v3
36
+ uses : actions/checkout@v4
37
37
with :
38
38
repository : phpbb/phpbb
39
39
ref : ${{ env.PHPBB_BRANCH }}
40
40
path : phpBB3
41
41
42
42
- name : Checkout extension
43
- uses : actions/checkout@v3
43
+ uses : actions/checkout@v4
44
44
with :
45
45
path : phpBB3/phpBB/ext/${{ env.EXTNAME }}
46
46
89
89
90
90
# START MySQL and MariaDB Job
91
91
mysql-tests :
92
- runs-on : ubuntu-20 .04
92
+ runs-on : ubuntu-22 .04
93
93
strategy :
94
94
matrix :
95
95
include :
@@ -156,14 +156,14 @@ jobs:
156
156
157
157
steps :
158
158
- name : Checkout phpBB
159
- uses : actions/checkout@v3
159
+ uses : actions/checkout@v4
160
160
with :
161
161
repository : phpbb/phpbb
162
162
ref : ${{ env.PHPBB_BRANCH }}
163
163
path : phpBB3
164
164
165
165
- name : Checkout extension
166
- uses : actions/checkout@v3
166
+ uses : actions/checkout@v4
167
167
with :
168
168
path : phpBB3/phpBB/ext/${{ env.EXTNAME }}
169
169
@@ -240,7 +240,7 @@ jobs:
240
240
241
241
# START PostgreSQL Job
242
242
postgres-tests :
243
- runs-on : ubuntu-20 .04
243
+ runs-on : ubuntu-22 .04
244
244
strategy :
245
245
matrix :
246
246
include :
@@ -301,14 +301,14 @@ jobs:
301
301
302
302
steps :
303
303
- name : Checkout phpBB
304
- uses : actions/checkout@v3
304
+ uses : actions/checkout@v4
305
305
with :
306
306
repository : phpbb/phpbb
307
307
ref : ${{ env.PHPBB_BRANCH }}
308
308
path : phpBB3
309
309
310
310
- name : Checkout extension
311
- uses : actions/checkout@v3
311
+ uses : actions/checkout@v4
312
312
with :
313
313
path : phpBB3/phpBB/ext/${{ env.EXTNAME }}
314
314
@@ -354,7 +354,7 @@ jobs:
354
354
355
355
# START Other Tests Job (SQLite 3 and mssql)
356
356
other-tests :
357
- runs-on : ubuntu-20 .04
357
+ runs-on : ubuntu-22 .04
358
358
strategy :
359
359
matrix :
360
360
include :
@@ -396,14 +396,14 @@ jobs:
396
396
397
397
steps :
398
398
- name : Checkout phpBB
399
- uses : actions/checkout@v3
399
+ uses : actions/checkout@v4
400
400
with :
401
401
repository : phpbb/phpbb
402
402
ref : ${{ env.PHPBB_BRANCH }}
403
403
path : phpBB3
404
404
405
405
- name : Checkout extension
406
- uses : actions/checkout@v3
406
+ uses : actions/checkout@v4
407
407
with :
408
408
path : phpBB3/phpBB/ext/${{ env.EXTNAME }}
409
409
0 commit comments