Skip to content

Commit 3626601

Browse files
authored
CI: Update SQL Server to version 2022 (#7069)
| Q | A |------------- | ----------- | Type | improvement | Fixed issues | N/A #### Summary Let's see if we can run the test suite against a more recent version of SQL Server.
1 parent 1332b9e commit 3626601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit-sqlserver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
services:
2121
sqlserver:
22-
image: mcr.microsoft.com/mssql/server:2019-latest
22+
image: mcr.microsoft.com/mssql/server:2022-latest
2323
ports:
2424
- '1433:1433'
2525
env:

0 commit comments

Comments
 (0)