Remove PHP 8.2 test since it's no longer compatible

This commit is contained in:
PyRowMan
2024-12-20 11:11:53 +01:00
committed by GitHub
parent 450855443d
commit 54bd0dc3bb
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ 8.2, 8.3, 8.4 ]
php: [ 8.3, 8.4 ]
name: PHP ${{ matrix.php }}
services: