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 0848d9e commit aabaef0Copy full SHA for aabaef0
.github/workflows/release.yml
@@ -37,7 +37,7 @@ jobs:
37
runs-on: ubuntu-latest
38
strategy:
39
matrix:
40
- php-version: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
+ php-version: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
41
42
steps:
43
- name: Checkout Repository
0 commit comments