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 991e861 commit 785faa4Copy full SHA for 785faa4
.github/workflows/ci.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- php: [7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2]
+ php: [7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4]
14
steps:
15
- uses: actions/checkout@v2
16
- name: Install PHP ${{ matrix.php }}
0 commit comments