From 33249acdce83a08718ae49dda0d76dd549ba3535 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mor=C3=A1vek?= Date: Fri, 29 Oct 2021 10:17:21 +0200 Subject: [PATCH] Run tests against PHP 8.1 --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5e8dc9f..b79a02f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,6 +15,7 @@ jobs: php: - 7.4 - 8.0 + - 8.1 composer_args: - '' - '--prefer-stable'