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 8aca8b1 commit bbbc6c1Copy full SHA for bbbc6c1
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
8
strategy:
9
matrix:
10
- php: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1' ]
+ php: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
11
prefer: [ 'lowest', 'stable' ]
12
13
name: Test on PHP ${{ matrix.php }} with ${{ matrix.prefer }} composer prefer option
0 commit comments