Add support for PHP 8.7.0-dev

This commit is contained in:
Shivam Mathur
2026-09-24 01:28:49 +05:30
parent 6066b9c3a3
commit f3d967b8bc
5 changed files with 25 additions and 16 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-24.04, ubuntu-22.04, windows-2022, macos-15]
php-versions: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5', '8.6']
php-versions: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5', '8.6', '8.7']
include:
- operating-system: ubuntu-24.04
php-versions: ''