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 1077038 commit 3eea3abCopy full SHA for 3eea3ab
.github/workflows/php-qa.yml
@@ -14,7 +14,7 @@ jobs:
14
if: "!contains(github.event.head_commit.message, '--skip ci') && !github.event.pull_request.draft"
15
strategy:
16
matrix:
17
- php-versions: [ '8.0' ]
+ php-versions: [ '8.0', '8.1', '8.2', '8.3' ]
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v3
0 commit comments