Skip to content

Commit

Permalink
Specify ubuntu-22.04 image for 2017 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Izumi-kun committed Dec 11, 2024
1 parent 366f987 commit 87e926a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-mssql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
EXTENSIONS: pdo, pdo_sqlsrv
XDEBUG_MODE: coverage, develop

runs-on: ubuntu-latest
runs-on: ${{ matrix.mssql.os || 'ubuntu-latest' }}

strategy:
fail-fast: false
Expand All @@ -38,6 +38,7 @@ jobs:
mssql:
version: server:2017-latest
mssql-tool: /opt/mssql-tools/bin/sqlcmd
os: ubuntu-22.04
- php: 8.0
mssql:
version: server:2019-latest
Expand Down

0 comments on commit 87e926a

Please sign in to comment.