Skip to content

Commit

Permalink
Fix SQL Server tests
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Sep 7, 2024
1 parent 46c24fa commit d1b4112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
php: [ 8.4, 8.3, 8.2 ]
database: [ mysql, mariadb, pgsql, sqlite ]
database: [ mysql, mariadb, pgsql, sqlite, sqlsrv ]
release: [ stable, lowest ]
include:
- php: 8.3
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
networks:
- test
sqlsrv:
image: 'mcr.microsoft.com/mssql/server:2019-latest'
image: 'mcr.microsoft.com/mssql/server:2022-CU13-ubuntu-20.04'
environment:
ACCEPT_EULA: Y
SA_PASSWORD: Password!
Expand Down

0 comments on commit d1b4112

Please sign in to comment.