Skip to content

Commit 17d7ccd

Browse files
committed
Update test environments
1 parent a49dbaa commit 17d7ccd

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This 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

77
This 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

0 commit comments

Comments
 (0)