From c42f2e423e340ef1f5e55f8b59262829ee63a4fc Mon Sep 17 00:00:00 2001 From: William Desportes Date: Thu, 17 Feb 2022 02:06:35 +0100 Subject: [PATCH] Add PHP 8.1 to the CI matrix --- .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 d6f9767..2ff4546 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: options: --name mysql-server --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 strategy: matrix: - php-version: ["7.2", "7.3", "7.4", "8.0"] + php-version: ["7.2", "7.3", "7.4", "8.0", "8.1"] os: [ubuntu-latest] steps: - uses: actions/checkout@v2