ci: Add PHP version 8.5 to CI workflow

This commit is contained in:
chris
2025-11-25 17:03:21 +01:00
committed by GitHub
parent d2102955e4
commit 83694054ad
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
steps:
- name: Checkout Code