We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2475d5d commit 7eac7f4Copy full SHA for 7eac7f4
.github/workflows/main.yml
@@ -10,7 +10,7 @@ jobs:
10
name: Pest ${{ matrix.test-suite }} on PHP ${{ matrix.php }}
11
strategy:
12
matrix:
13
- php: ["8.0", "8.1"]
+ php: [8.1]
14
test-suite: ['phpcsfixer', 'phpstan', 'rector']
15
16
steps:
0 commit comments