mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-31 04:28:51 +00:00
Branch release1291 Will Not Be Updated for Php 8.5 (#4606)
Security fixes only from this time on.
This commit is contained in:
@@ -15,10 +15,6 @@ jobs:
|
||||
- '8.3'
|
||||
- '8.4'
|
||||
|
||||
include:
|
||||
- php-version: 'nightly'
|
||||
experimental: true
|
||||
|
||||
name: PHP ${{ matrix.php-version }}
|
||||
|
||||
steps:
|
||||
|
||||
+1
-1
@@ -62,7 +62,7 @@
|
||||
]
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.4 || ^8.0",
|
||||
"php": ">=7.4.0 <8.5.0",
|
||||
"ext-ctype": "*",
|
||||
"ext-dom": "*",
|
||||
"ext-fileinfo": "*",
|
||||
|
||||
Reference in New Issue
Block a user