From bd11d3d81589dff1371e362710e66c687328c3ab Mon Sep 17 00:00:00 2001 From: Christopher Ryan Date: Tue, 12 Dec 2023 09:06:13 -0500 Subject: [PATCH 1/2] Add PHP 8.3 build step. --- .github/workflows/php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 91b6f0c..729dc39 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] + php-versions: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] steps: - name: Checkout uses: actions/checkout@v2 From 486e06add54424fdba0f7321fae8470a0669c329 Mon Sep 17 00:00:00 2001 From: Christopher Ryan Date: Tue, 12 Dec 2023 09:06:57 -0500 Subject: [PATCH 2/2] Fix absoluteNestingLevel property name. A change in PHPCS 3.8.0 required this be correctly cased. --- DWS/ruleset.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DWS/ruleset.xml b/DWS/ruleset.xml index 5090ef9..b5ccf98 100644 --- a/DWS/ruleset.xml +++ b/DWS/ruleset.xml @@ -42,7 +42,7 @@ - +