Skip to content

Commit

Permalink
wf
Browse files Browse the repository at this point in the history
  • Loading branch information
gam6itko committed Dec 22, 2024
1 parent e165c26 commit b96d36c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-mssql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,15 @@ on: # yamllint disable-line rule:truthy

name: MSSQL


jobs:
phpunit:
uses: cycle/gh-actions/.github/workflows/db-mssql.yml@master
with:
php:
description: PHP versions to test, separated by comma. Part of matrix.
default: '["8.1","8.2","8.3","8.4"]'
required: false
type: string

...

0 comments on commit b96d36c

Please sign in to comment.