We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd75d65 commit 76053f6Copy full SHA for 76053f6
.github/workflows/test.yml
@@ -4,7 +4,7 @@ jobs:
4
build:
5
strategy:
6
matrix:
7
- php: ['7.3', '7.4', '8.0', '8.1']
+ php: ["7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v2
0 commit comments