From a2dcc6ff13a042cdd6000364da1f58242cdff04d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Tamarelle?= Date: Wed, 18 Sep 2024 15:50:28 +0200 Subject: [PATCH] Run tests on newest PHP versions --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c7beb2..f03bd5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,15 @@ jobs: - operating-system: 'ubuntu-latest' php-version: '8.1' + - operating-system: 'ubuntu-latest' + php-version: '8.2' + + - operating-system: 'ubuntu-latest' + php-version: '8.3' + + - operating-system: 'ubuntu-latest' + php-version: '8.4' + - operating-system: 'windows-latest' php-version: '8.1' job-description: 'on Windows'