From 2973c6d609af2bbfa92514bba3d8982f37dbbfce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ste=CC=81phane=20HULARD?= Date: Wed, 12 Jun 2024 16:39:44 +0200 Subject: [PATCH] deps: Add PHP8.3 in the build matrix. --- .github/workflows/continuous-integration.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index c52e224..490b36f 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -23,6 +23,7 @@ jobs: php-version: - "8.1" - "8.2" + - "8.3" operating-system: - "ubuntu-latest" - "windows-latest" @@ -58,6 +59,7 @@ jobs: php-version: - "8.1" - "8.2" + - "8.3" operating-system: - "ubuntu-latest" @@ -90,7 +92,7 @@ jobs: dependencies: - "locked" php-version: - - "8.1" + - "8.3" operating-system: - "ubuntu-latest" @@ -111,4 +113,4 @@ jobs: dependency-versions: "${{ matrix.dependencies }}" - name: "Coding Standard" - run: "vendor/bin/php-cs-fixer fix --dry-run --show-progress=dots --using-cache=no --verbose" + run: "vendor/bin/php-cs-fixer check --show-progress=dots --using-cache=no --verbose"