From a211b2c89df872d839719c9f4751adf8d6ff0465 Mon Sep 17 00:00:00 2001 From: Jan Rosier Date: Wed, 11 Dec 2024 22:17:55 +0100 Subject: [PATCH] Run the tests also on PHP 8.4 --- .github/workflows/tests.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 3346852b4..5a032ee95 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -24,10 +24,9 @@ jobs: strategy: matrix: operating-system: ['ubuntu-latest'] - php-version: ['8.2', '8.3'] + php-version: ['8.2', '8.3', '8.4'] include: - # TODO: change this to 'macos-latest' on June 2024, when '14' will become 'latest' - - operating-system: 'macos-14' + - operating-system: 'macos-latest' php-version: '8.2' - operating-system: 'windows-latest' php-version: '8.2'