From d7d5da6beb28045419f334f501bd1d1e79acd894 Mon Sep 17 00:00:00 2001 From: Matthew Penner Date: Mon, 31 Oct 2022 12:27:36 -0600 Subject: [PATCH] ci(tests): only run on PHP 8.1 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4da19b6ed..c5386c6fa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: strategy: fail-fast: false matrix: - php: [8.0, 8.1] + php: [8.1] database: ["mariadb:10.2", "mysql:8"] services: database: