From bc28be4ee32bee5a11301e9f12434dad1fede14b Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 20 Jan 2025 09:08:51 +0100 Subject: [PATCH] add CI jobs for PHP 8.1 to 8.3 --- .github/workflows/ci.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7f2026e..91e05a3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,6 +23,12 @@ jobs: composer-options: '--prefer-stable' - php-version: '8.0' composer-options: '--prefer-stable' + - php-version: '8.1' + composer-options: '--prefer-stable' + - php-version: '8.2' + composer-options: '--prefer-stable' + - php-version: '8.3' + composer-options: '--prefer-stable' steps: - name: 'Check out'