File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ jobs:
325325
326326 # START Other Tests Job (SQLite 3 and mssql)
327327 other-tests :
328- runs-on : ubuntu-22 .04
328+ runs-on : ubuntu-20 .04
329329 strategy :
330330 matrix :
331331 include :
@@ -335,14 +335,14 @@ jobs:
335335 db : " mcr.microsoft.com/mssql/server:2017-latest"
336336 db_alias : ' MSSQL 2017'
337337 - php : ' 7.2'
338- db : " mcr.microsoft.com/mssql/server:2019-latest "
338+ db : " mcr.microsoft.com/mssql/server:2019-CU27-ubuntu-20.04 "
339339 db_alias : ' MSSQL 2019'
340340
341341 name : PHP ${{ matrix.php }} - ${{ matrix.db_alias != '' && matrix.db_alias || matrix.db }}
342342
343343 services :
344344 mssql :
345- image : ${{ matrix.db != 'mcr.microsoft.com/mssql/server:2017-latest' && matrix.db != 'mcr.microsoft.com/mssql/server:2019-latest ' && 'mcr.microsoft.com/mssql/server:2017-latest' || matrix.db }}
345+ image : ${{ matrix.db != 'mcr.microsoft.com/mssql/server:2017-latest' && matrix.db != 'mcr.microsoft.com/mssql/server:2019-CU27-ubuntu-20.04 ' && 'mcr.microsoft.com/mssql/server:2017-latest' || matrix.db }}
346346 env :
347347 SA_PASSWORD : " Pssw0rd_12"
348348 ACCEPT_EULA : " y"
@@ -382,7 +382,7 @@ jobs:
382382 env :
383383 MATRIX_DB : ${{ matrix.db }}
384384 run : |
385- if [ $MATRIX_DB == 'mcr.microsoft.com/mssql/server:2017-latest' ] || [ $MATRIX_DB == 'mcr.microsoft.com/mssql/server:2019-latest ' ]
385+ if [ $MATRIX_DB == 'mcr.microsoft.com/mssql/server:2017-latest' ] || [ $MATRIX_DB == 'mcr.microsoft.com/mssql/server:2019-CU27-ubuntu-20.04 ' ]
386386 then
387387 db='mssql'
388388 else
Original file line number Diff line number Diff line change 22
33This is the repository for the development of the Team Security extension for phpBB.
44
5- [ ![ Build Status] ( https://github.com/phpbb-extensions/teamsecurity/workflows/Tests /badge.svg )] ( https://github.com/phpbb-extensions/teamsecurity/actions )
5+ [ ![ Build Status] ( https://github.com/phpbb-extensions/teamsecurity/actions/ workflows/tests.yml /badge.svg )] ( https://github.com/phpbb-extensions/teamsecurity/actions )
66
77This extension adds passive security features to phpBB that allow the board's founder to watch for potential attacks against members of privileged groups, such as Administrators and Moderators.
88
You can’t perform that action at this time.
0 commit comments