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 f678a77 commit 18a4e25Copy full SHA for 18a4e25
.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
58
runs-on: ubuntu-20.04
59
strategy:
60
matrix:
61
- php: ["8.0", "8.1"]
+ php: ["8.0", "8.1", "8.2"]
62
dependencies: ["", --prefer-lowest]
63
name: PHP ${{ matrix.php }} Test ${{ matrix.dependencies }}
64
0 commit comments