From 5650de2a1d3c441dcd834056da80cf9df66a14d2 Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Wed, 1 Sep 2021 18:05:36 +0300 Subject: [PATCH] add 3.0.3.8 to test matrix --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bd4837..9a7c7a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,6 +68,9 @@ jobs: - php-version: '7.3' test-suite: '3' oc: '3.0.3.7' + - php-version: '7.3' + test-suite: '3' + oc: '3.0.3.8' - php-version: '7.4' test-suite: '3' oc: '3.0.0.0' @@ -110,6 +113,9 @@ jobs: - php-version: '7.4' test-suite: '3' oc: '3.0.3.7' + - php-version: '7.4' + test-suite: '3' + oc: '3.0.3.8' services: mysql: image: mysql:5.7