Disabled macOS 8.2, to match main.
diff --git a/.github/workflows/test_php.yml b/.github/workflows/test_php.yml
index c609f3b..bb2fda5 100644
--- a/.github/workflows/test_php.yml
+++ b/.github/workflows/test_php.yml
@@ -154,7 +154,9 @@
     strategy:
       fail-fast: false   # Don't cancel all jobs if one fails.
       matrix:
-        version: ['8.2', '8.3']
+        # TODO: Add back 8.2 once
+        # https://github.com/shivammathur/setup-php/issues/823 is fixed.
+        version: ['8.3']
 
     name: MacOS PHP ${{ matrix.version }}
     runs-on: macos-12