From f2ad24d0c287f8519ab6ecfe660ca47d27b801c4 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Tue, 6 Aug 2024 11:52:08 +0200 Subject: [PATCH] Run CI with supported PHP versions --- .github/workflows/ci.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8cc888ab..161f12ea 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,13 +29,19 @@ jobs: strategy: fail-fast: false matrix: - php: [ '7.2', '7.3', '7.4', '8.0', '8.1' ] + php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ] monolog: [ '1.*', '2.*' ] include: - php: '7.4' deps: lowest deprecations: max[self]=0 - php: '8.1' + monolog: '3.*' + - php: '8.2' + monolog: '3.*' + - php: '8.3' + monolog: '3.*' + - php: '8.4' deps: highest monolog: '3.*' steps: