We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec09bcf commit a6b5159Copy full SHA for a6b5159
.github/workflows/test-and-deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
timeout-minutes: 20
18
strategy:
19
matrix:
20
- php: [ '7.3', '7.4', '8.0', '8.1' ]
+ php: [ '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
21
dependencies:
22
- "lowest"
23
- "highest"
0 commit comments