We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cfd8d0 commit 27a39f8Copy full SHA for 27a39f8
.github/workflows/tests.yml
@@ -14,12 +14,14 @@ jobs:
14
exclude:
15
- php: '8.1'
16
pest: '3.0'
17
- - php: '8.5'
18
- pest: '3.0'
19
20
pest: '4.0'
21
- php: '8.2'
22
+ - php: '8.5'
+ pest: '2.14'
23
24
+ pest: '3.0'
25
26
name: PHP ${{ matrix.php }} - PEST ^${{ matrix.pest }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
27
0 commit comments