Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[![Hire Typist Tech](https://img.shields.io/badge/Hire-Typist%20Tech-778899)](https://typist.tech/contact/)

<p>
<strong>Generate PHP version matrix according to `composer.json`.</strong>
<strong>Generate PHP version matrix according to <code>composer.json</code></strong>
<br>
<br>
Built with ♥ by <a href="https://typist.tech/">Typist Tech</a>
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: PHP Matrix
description: TODO
description: Generate PHP version matrix according to `composer.json`

author: Typist Tech Limited
branding:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typisttech/php-matrix-action-action",
"description": "TODO",
"description": "Generate PHP version matrix according to `composer.json`",
"type": "project",
"keywords": [
"ci",
Expand Down
Loading