From 3bfc073211590cfc2fedb962ab77d516f88a8bcd Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Fri, 16 Apr 2021 10:29:21 +0300 Subject: [PATCH] Strings --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff16c51..ab863b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: [7.4, 8.0] + php: ['7.4', '8.0'] steps: - uses: actions/checkout@v1 - name: Install dependencies