Skip to content

Commit

Permalink
Fix ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Mar 20, 2024
1 parent bbf19a7 commit fd7e964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-mssql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.1, 8.2, 8.3, 8.4]
mssql: [server:2017-latest, server:2019-latest, server:2022-latest]
mssql: [2017-latest, 2019-latest, 2022-latest]

services:
mssql:
image: mcr.microsoft.com/mssql/${{ matrix.mssql }}
image: mcr.microsoft.com/mssql/server:${{ matrix.mssql }}
env:
SA_PASSWORD: YourStrong!Passw0rd
ACCEPT_EULA: Y
Expand Down

0 comments on commit fd7e964

Please sign in to comment.