We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ad522 commit 1a09d1fCopy full SHA for 1a09d1f
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ${{ matrix.os }}
18
strategy:
19
matrix:
20
- os: [windows-2022, ubuntu-22.04]
+ os: [windows-latest, ubuntu-latest]
21
engine: [SqlServer, MySql, PostgreSql, Oracle]
22
include:
23
- os: windows-latest
@@ -54,7 +54,7 @@ jobs:
54
creds: ${{ secrets.AZURE_ACI_CREDENTIALS }}
55
- name: Setup SQL Server
56
if: matrix.engine == 'SqlServer'
57
- uses: Particular/install-sql-server-action@v1.2.0
+ uses: Particular/install-sql-server-action@v1.3.0
58
with:
59
connection-string-env-var: SQLServerConnectionString
60
catalog: nservicebus
0 commit comments