From be632ace1e6989e0e43bcbe25d52fe3eec105e24 Mon Sep 17 00:00:00 2001 From: Bilge Date: Sat, 3 Aug 2024 19:33:22 +0100 Subject: [PATCH] Added support for PHP 8.3 to CI workflow (#95) --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b255872..e9a0c66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,12 +8,12 @@ jobs: tests: strategy: matrix: - include: - - operating-system: 'ubuntu-latest' - php-version: '8.1' - - - operating-system: 'ubuntu-latest' - php-version: '8.2' + operating-system: + - ubuntu-latest + php-version: + - 8.1 + - 8.2 + - 8.3 name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}