Skip to content

Commit 838d6bd

Browse files
committed
Remove unsupported PHP 7.4
1 parent 8716cc6 commit 838d6bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
operating-system: [ ubuntu-latest ]
17-
php-versions: [ '7.4', '8.0', '8.1', '8.2' ]
17+
php-versions: [ '8.0', '8.1', '8.2' ]
1818

1919
steps:
2020
- uses: actions/checkout@v3

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"source": "https://github.com/matthijsvandenbos/php-spider"
1515
},
1616
"require": {
17-
"php": ">=7.4||^8.0",
17+
"php": ">=8.0",
1818
"ext-dom": "*",
1919
"ext-pcntl": "*",
2020
"guzzlehttp/guzzle": "^6.0.0||^7.0.0",

0 commit comments

Comments
 (0)