From 0323c22f05ec59bdbfd0f059c78b89fc037467a1 Mon Sep 17 00:00:00 2001 From: Wanderson Camargo Date: Sat, 5 Mar 2022 09:29:15 -0300 Subject: [PATCH] Test against currently supported PHP versions --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 72f1021..ad157fc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,8 +12,8 @@ jobs: strategy: matrix: php_version: - - 7.4 - - 8.0 + - "8.0" + - "8.1" steps: - name: Checkout uses: actions/checkout@v2