Branch release1291 Will Not Be Updated for Php 8.5 (#4606)

Security fixes only from this time on.
This commit is contained in:
oleibman
2025-08-26 01:09:07 -07:00
committed by GitHub
parent df6d824800
commit bc373185ca
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -15,10 +15,6 @@ jobs:
- '8.3'
- '8.4'
include:
- php-version: 'nightly'
experimental: true
name: PHP ${{ matrix.php-version }}
steps:
+1 -1
View File
@@ -62,7 +62,7 @@
]
},
"require": {
"php": "^7.4 || ^8.0",
"php": ">=7.4.0 <8.5.0",
"ext-ctype": "*",
"ext-dom": "*",
"ext-fileinfo": "*",