Skip to content

Commit 90a7d6d

Browse files
committed
Require php 8.0
1 parent 7839bf3 commit 90a7d6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: true
1212
matrix:
13-
php: ['7.4', '8.0']
13+
php: ['8.0']
1414
name: Pest - PHP ${{ matrix.php }}
1515
steps:
1616
- uses: actions/checkout@v2

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^7.4|^8.0",
22+
"php": "^8.0",
2323
"ext-json": "*",
2424
"aws/aws-sdk-php": "^3.80",
2525
"bref/bref": "^1.1",

0 commit comments

Comments
 (0)