Skip to content

Commit 3eea3ab

Browse files
committed
Run Php QA add > 8.0 matrix
1 parent 1077038 commit 3eea3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: "!contains(github.event.head_commit.message, '--skip ci') && !github.event.pull_request.draft"
1515
strategy:
1616
matrix:
17-
php-versions: [ '8.0' ]
17+
php-versions: [ '8.0', '8.1', '8.2', '8.3' ]
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v3

0 commit comments

Comments
 (0)