Skip to content

Commit de2bd62

Browse files
committed
drop PHP7.4 support
1 parent a4797f9 commit de2bd62

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on:
55
pull_request:
66

77
jobs:
8-
test:
8+
phpunit:
99
runs-on: ubuntu-latest
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ["8.4", "8.3", "8.2", "8.1", "8.0", "7.4"]
13+
php: ["8.4", "8.3", "8.2", "8.1", "8.0"]
1414
dependency-version: ["prefer-lowest", "prefer-stable"]
1515
exclude:
1616
- php: "8.4"

.github/workflows/pint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66

77
jobs:
8-
style:
8+
pint:
99
runs-on: ubuntu-latest
1010

1111
steps:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"homepage": "https://github.com/Astrotomic/phpunit-assertions",
1818
"require": {
19-
"php": "^7.4 || ^8.0",
19+
"php": "^8.0",
2020
"phpunit/phpunit": "^9.1 || ^10.0 || ^11.0"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)