From e96aebe41c66396f7eb89ddd7b22c99cb1a29a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Anne?= Date: Tue, 23 Jan 2024 11:46:37 +0100 Subject: [PATCH] Run CI on PHP 8.3 too --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6161e221..d42dc614 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ jobs: php-versions: - "8.1" - "8.2" + - "8.3" steps: - name: Checkout uses: actions/checkout@v4 @@ -58,4 +59,4 @@ jobs: run: sudo apt-get install -y jsonlint - name: Lint JSON files - run: find . -type f -name "*.json" | xargs jsonlint-php \ No newline at end of file + run: find . -type f -name "*.json" | xargs jsonlint-php