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 31114d7 commit ced9317Copy full SHA for ced9317
.github/workflows/tests.yml
@@ -35,7 +35,7 @@ jobs:
35
options: --health-cmd="pg_isready -h localhost" --health-interval=10s --health-timeout=5s --health-retries=5
36
strategy:
37
matrix:
38
- 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 ]
39
name: "PHP ${{ matrix.php }} Unit Test"
40
steps:
41
- uses: actions/checkout@v2
0 commit comments