From 15994972fad6b11197a6744bd496cf060eba644b Mon Sep 17 00:00:00 2001 From: jrfnl Date: Fri, 2 Jul 2021 17:47:29 +0200 Subject: [PATCH] GH Actions: test matrix - fix typo There was a stray `.` in the string. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 914bc4af..3b991d00 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-18.04 strategy: matrix: - php: ['5.5', '5.6', '7.0.', '7.1', '7.2', '7.3', '7.4', '8.0'] + php: ['5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0'] experimental: [false] include: # Experimental builds. These are allowed to fail.