Skip to content

Commit fe0c420

Browse files
committed
Drop support for PHP 7.2
1 parent 4f0e39a commit fe0c420

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ jobs:
1111
strategy:
1212
matrix:
1313
include:
14-
- php: 7.2.34
15-
pthreads-version: 46962cf9c2d30b6e1e1ea50ca36de3df5d6d4e58
1614
- php: 7.3.25
1715
pthreads-version: 34d7e6b91ed92a625760fedd667e7cba2009e463
1816
- php: 7.4.13

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Thread notification management library for code using the pthreads extension",
44
"type": "library",
55
"require": {
6-
"php-64bit": "^7.2 || ^8.0",
6+
"php-64bit": "^7.3 || ^8.0",
77
"ext-pthreads": ">=3.1.7dev"
88
},
99
"require-dev": {

0 commit comments

Comments
 (0)