Skip to content

Commit 1a09d1f

Browse files
authored
Update install-sql-server-action
1 parent b8ad522 commit 1a09d1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
strategy:
1919
matrix:
20-
os: [windows-2022, ubuntu-22.04]
20+
os: [windows-latest, ubuntu-latest]
2121
engine: [SqlServer, MySql, PostgreSql, Oracle]
2222
include:
2323
- os: windows-latest
@@ -54,7 +54,7 @@ jobs:
5454
creds: ${{ secrets.AZURE_ACI_CREDENTIALS }}
5555
- name: Setup SQL Server
5656
if: matrix.engine == 'SqlServer'
57-
uses: Particular/install-sql-server-action@v1.2.0
57+
uses: Particular/install-sql-server-action@v1.3.0
5858
with:
5959
connection-string-env-var: SQLServerConnectionString
6060
catalog: nservicebus

0 commit comments

Comments
 (0)