Skip to content

Commit

Permalink
Fix ci-mssql.yml (yiisoft#19102)
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterSilence committed Dec 21, 2021
1 parent 091af40 commit 53a9953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-mssql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
extensions: pdo, pdo_sqlsrv-5.8.1
mssql: 'server:2017-latest'
- php: '7.3'
extensions: pdo, pdo_sqlsrv-5.8.1
extensions: pdo, pdo_sqlsrv
mssql: 'server:2017-latest'
- php: '7.4'
extensions: pdo, pdo_sqlsrv
Expand Down

0 comments on commit 53a9953

Please sign in to comment.