2121jobs :
2222 # START Basic Checks Job (EPV, code sniffer, images check, etc.)
2323 basic-checks :
24- runs-on : ubuntu-20 .04
24+ runs-on : ubuntu-22 .04
2525 strategy :
2626 matrix :
2727 include :
@@ -33,14 +33,14 @@ jobs:
3333
3434 steps :
3535 - name : Checkout phpBB
36- uses : actions/checkout@v3
36+ uses : actions/checkout@v4
3737 with :
3838 repository : phpbb/phpbb
3939 ref : ${{ env.PHPBB_BRANCH }}
4040 path : phpBB3
4141
4242 - name : Checkout extension
43- uses : actions/checkout@v3
43+ uses : actions/checkout@v4
4444 with :
4545 path : phpBB3/phpBB/ext/${{ env.EXTNAME }}
4646
8989
9090 # START MySQL and MariaDB Job
9191 mysql-tests :
92- runs-on : ubuntu-20 .04
92+ runs-on : ubuntu-22 .04
9393 strategy :
9494 matrix :
9595 include :
@@ -109,8 +109,6 @@ jobs:
109109 MYISAM : 1
110110 - php : ' 7.2'
111111 db : " mysql:5.6"
112- - php : ' 7.2'
113- db : " mysql:5.7"
114112 - php : ' 7.2'
115113 db : " mysql:5.7"
116114 COVERAGE : 1
@@ -127,6 +125,8 @@ jobs:
127125 db : " mysql:5.7"
128126 - php : ' 8.2'
129127 db : " mysql:5.7"
128+ - php : ' 8.3'
129+ db : " mysql:5.7"
130130
131131 name : PHP ${{ matrix.php }} - ${{ matrix.db_alias != '' && matrix.db_alias || matrix.db }}
132132
@@ -156,14 +156,14 @@ jobs:
156156
157157 steps :
158158 - name : Checkout phpBB
159- uses : actions/checkout@v3
159+ uses : actions/checkout@v4
160160 with :
161161 repository : phpbb/phpbb
162162 ref : ${{ env.PHPBB_BRANCH }}
163163 path : phpBB3
164164
165165 - name : Checkout extension
166- uses : actions/checkout@v3
166+ uses : actions/checkout@v4
167167 with :
168168 path : phpBB3/phpBB/ext/${{ env.EXTNAME }}
169169
@@ -240,7 +240,7 @@ jobs:
240240
241241 # START PostgreSQL Job
242242 postgres-tests :
243- runs-on : ubuntu-20 .04
243+ runs-on : ubuntu-22 .04
244244 strategy :
245245 matrix :
246246 include :
@@ -268,6 +268,8 @@ jobs:
268268 db : " postgres:14"
269269 - php : ' 8.2'
270270 db : " postgres:14"
271+ - php : ' 8.3'
272+ db : " postgres:14"
271273
272274 name : PHP ${{ matrix.php }} - ${{ matrix.db }}
273275
@@ -299,14 +301,14 @@ jobs:
299301
300302 steps :
301303 - name : Checkout phpBB
302- uses : actions/checkout@v3
304+ uses : actions/checkout@v4
303305 with :
304306 repository : phpbb/phpbb
305307 ref : ${{ env.PHPBB_BRANCH }}
306308 path : phpBB3
307309
308310 - name : Checkout extension
309- uses : actions/checkout@v3
311+ uses : actions/checkout@v4
310312 with :
311313 path : phpBB3/phpBB/ext/${{ env.EXTNAME }}
312314
@@ -352,11 +354,11 @@ jobs:
352354
353355 # START Other Tests Job (SQLite 3 and mssql)
354356 other-tests :
355- runs-on : ubuntu-20 .04
357+ runs-on : ubuntu-22 .04
356358 strategy :
357359 matrix :
358360 include :
359- # - php: '7.1 '
361+ # - php: '7.2 '
360362# db: "sqlite3"
361363 - php : ' 7.2'
362364 db : " mcr.microsoft.com/mssql/server:2017-latest"
@@ -394,14 +396,14 @@ jobs:
394396
395397 steps :
396398 - name : Checkout phpBB
397- uses : actions/checkout@v3
399+ uses : actions/checkout@v4
398400 with :
399401 repository : phpbb/phpbb
400402 ref : ${{ env.PHPBB_BRANCH }}
401403 path : phpBB3
402404
403405 - name : Checkout extension
404- uses : actions/checkout@v3
406+ uses : actions/checkout@v4
405407 with :
406408 path : phpBB3/phpBB/ext/${{ env.EXTNAME }}
407409
0 commit comments