We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7839bf3 commit 90a7d6dCopy full SHA for 90a7d6d
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
fail-fast: true
12
matrix:
13
- php: ['7.4', '8.0']
+ php: ['8.0']
14
name: Pest - PHP ${{ matrix.php }}
15
steps:
16
- uses: actions/checkout@v2
composer.json
@@ -19,7 +19,7 @@
19
}
20
],
21
"require": {
22
- "php": "^7.4|^8.0",
+ "php": "^8.0",
23
"ext-json": "*",
24
"aws/aws-sdk-php": "^3.80",
25
"bref/bref": "^1.1",
0 commit comments