Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Nov 12, 2024
1 parent ad8164c commit 4fe7a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- php: 8.3
dependencies: "lowest"

name: PHP:${{ matrix.php }} on ${{ matrix.os }} (${{ matrix.dependencies }})
name: PHP:${{ matrix.php }} on ${{ matrix.os }} ${{ matrix.dependencies == 'highest' && '⬆️' || '⬇️' }}"

steps:
- name: Checkout code
Expand Down

0 comments on commit 4fe7a87

Please sign in to comment.