We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b498b commit 43fc92cCopy full SHA for 43fc92c
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
fail-fast: false
25
matrix:
26
- php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0']
+ php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
27
steps:
28
- name: Checkout code
29
uses: actions/checkout@v4
0 commit comments