File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222
2323---
2424
25+ > [ !TIP]
26+ > ** Hire Tang Rufus!**
27+ >
28+ > I am looking for my next role, freelance or full-time.
29+ > If you find this tool useful, I can build you more dev tools like this.
30+ > Let's talk if you are hiring PHP / Ruby / Go developers.
31+ >
32+ > Contact me at https://typist.tech/contact/
33+
34+ ---
35+
2536## Usage
2637
2738See [ action.yml] ( action.yml ) and the underlying script [ ` typisttech/php-matrix ` ] ( https://github.com/typisttech/php-matrix/#options ) .
@@ -86,6 +97,16 @@ See [action.yml](action.yml) and the underlying script [`typisttech/php-matrix`]
8697| `lowest` | Lowest supported PHP versions | In `minor-only` mode, `7.3`<br><br>In `full` mode, `7.3.0` |
8798| `highest` | Highest supported PHP versions | In `minor-only` mode, `8.4`<br><br>In `full` mode, `8.4.2` |
8899
100+ > [!TIP]
101+ > **Hire Tang Rufus!**
102+ >
103+ > There is no need to understand any of these quirks.
104+ > Let me handle them for you.
105+ > I am seeking my next job, freelance or full-time.
106+ >
107+ > If you are hiring PHP / Ruby / Go developers,
108+ > contact me at https://typist.tech/contact/
109+
89110# # Examples
90111
91112<details open>
Original file line number Diff line number Diff line change 9797 env :
9898 GH_TOKEN : ${{ inputs.github-token }}
9999
100- - name : Unarchive the binary
100+ - name : Unarchive the Binary
101101 run : |
102102 mkdir bin
103103 tar -xvf php-matrix.tar.gz -C ./bin php-matrix
@@ -110,10 +110,6 @@ runs:
110110 env :
111111 ACTION_PATH : ${{ github.action_path }}
112112
113- - name : Print PHP Matrix Version
114- run : php-matrix --version
115- shell : bash
116-
117113 - name : Generate Matrix
118114 id : generate-matrix
119115 run : |
@@ -139,3 +135,23 @@ runs:
139135 INPUT_COMPOSER_JSON : ${{ inputs.composer-json }}
140136 INPUT_MODE : ${{ inputs.mode }}
141137 INPUT_SOURCE : ${{ inputs.source }}
138+
139+ - name : Print Info
140+ run : |
141+ echo "==> Setup PHP Matrix"
142+ echo -e "\033[32;m✓\033[0m \033[34;mphp-matrix\033[0m https://github.com/typisttech/php-matrix"
143+ echo "::group::$ php-matrix --version"
144+ php-matrix --version
145+ echo "::endgroup::"
146+
147+ echo ""
148+ echo "==> Sponsor php-matrix-action"
149+ echo -e "\033[32;m✓\033[0m \033[34;mphp-matrix-action\033[0m https://github.com/sponsors/tangrufus"
150+
151+ echo ""
152+ echo "==> Hire Tang Rufus"
153+ echo "I am looking for my next role, freelance or full-time."
154+ echo "If you find this tool useful, I can build you more dev tools like this."
155+ echo "Let's talk if you are hiring PHP / Ruby / Go developers."
156+ echo -e "\033[32;m✓\033[0m \033[34;mTang Rufus\033[0m https://typist.tech/contact"
157+ shell : bash
You can’t perform that action at this time.
0 commit comments