Skip to content

Fix buildLimit() silently dropping OFFSET 0 (#1173) #4932

Fix buildLimit() silently dropping OFFSET 0 (#1173)

Fix buildLimit() silently dropping OFFSET 0 (#1173) #4932

Workflow file for this run

on:
pull_request:
paths: &paths
- 'src/**'
- 'tests/**'
- '.github/workflows/db-mssql.yml'
- 'composer.json'
- 'phpunit.xml.dist'
push:
branches: ['master']
paths: *paths
name: db-mssql
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
name: MSSQL ${{ matrix.mssql }}
strategy:
matrix:
php:
- 8.1
- 8.2
- 8.3
- 8.4
- 8.5
mssql:
- 2022-latest
include:
- php: 8.5
mssql: 2019-latest
uses: yiisoft/actions/.github/workflows/db-mssql.yml@master
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
mssql: ${{ matrix.mssql }}
php: >-
[${{ matrix.php }}]