From 009674abc1703e55f16da1267c7e862ab78d00bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Sat, 26 Aug 2023 12:01:56 +0200 Subject: [PATCH] Run CI with PHP 8.3 (#3157) --- .github/workflows/ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8357117de..c16785308 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,18 +45,20 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] psr7: ['^1.9.1', '^2.4.5'] include: - php: '8.0' psr7: '^1.9.1@dev' - - php: '8.2' + - php: '8.3' psr7: '^2.5.0@dev' exclude: - php: '8.1' psr7: '^1.9.1' - php: '8.2' psr7: '^1.9.1' + - php: '8.3' + psr7: '^1.9.1' steps: - name: Set up PHP @@ -92,7 +94,7 @@ jobs: strategy: max-parallel: 10 matrix: - php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] + php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] steps: - name: Set up PHP