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 17df930 commit 73dd14fCopy full SHA for 73dd14f
.github/workflows/main.yml
@@ -60,7 +60,7 @@ jobs:
60
if: "!contains(github.event.head_commit.message, '[ci skip]')"
61
strategy:
62
matrix:
63
- php: ['8.2']
+ php: ['8.3', '8.4', '8.5']
64
65
steps:
66
- name: Checkout the project
0 commit comments