From 684afcff6616dbfaad96b938f8f9f5bd78aa7718 Mon Sep 17 00:00:00 2001 From: Maxime Rainville Date: Fri, 17 Feb 2023 20:14:25 +1300 Subject: [PATCH] Add fake job for MSSQL --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 318b3fe..6989c1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,3 +21,6 @@ jobs: - php: 8.1 db: sqlite3 phpunit: true + - php: 8.1 + db: mssql + phpunit: true