PHP 8.2 Add PHP 8.2 to syntax checks. This should be supported as we are not using any deprecated features in 8.2. However callables have been tested.
jdarwood007

jdarwood007 commited on 2023-01-15 15:29:06
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -13,7 +13,7 @@ jobs:
13 13
     strategy:
14 14
       matrix:
15 15
         operating-system: [ ubuntu-latest ]
16
-        php: [ '7.4', '8.0', '8.1' ]
16
+        php: [ '7.4', '8.0', '8.1', '8.2' ]
17 17
     name: PHP ${{ matrix.php }} Syntax Check
18 18
     steps:
19 19
       - uses: actions/checkout@master
20 20