From 114377c613b93dd1a0cceee9934774c2f215de8b Mon Sep 17 00:00:00 2001 From: Daniel Fahlke Date: Wed, 20 Apr 2022 11:52:43 +0200 Subject: [PATCH] fix typo --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index b17ffb1..1d1ccde 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -57,7 +57,7 @@ jobs: max-parallel: 1 matrix: operating-system: [ ubuntu-latest ] - php-versions: [ 7.4', '7.2', '7.3' ] + php-versions: [ '7.4', '7.2', '7.3' ] steps: - uses: actions/checkout@v1 - name: Setup PHP