Skip to content

Commit bc37318

Browse files
authored
Branch release1291 Will Not Be Updated for Php 8.5 (#4606)
Security fixes only from this time on.
1 parent df6d824 commit bc37318

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ jobs:
1515
- '8.3'
1616
- '8.4'
1717

18-
include:
19-
- php-version: 'nightly'
20-
experimental: true
21-
2218
name: PHP ${{ matrix.php-version }}
2319

2420
steps:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
]
6363
},
6464
"require": {
65-
"php": "^7.4 || ^8.0",
65+
"php": ">=7.4.0 <8.5.0",
6666
"ext-ctype": "*",
6767
"ext-dom": "*",
6868
"ext-fileinfo": "*",

0 commit comments

Comments
 (0)