Skip to content

Commit 054765f

Browse files
committed
docs(status): add test status and update actions
1 parent da895fd commit 054765f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313
- name: New Release
14-
uses: cycjimmy/semantic-release-action@v3
14+
uses: cycjimmy/semantic-release-action@v4
1515
id: release # Need an `id` for output variables
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919

2020
steps:
2121
- name: Checkout code
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v4
2323

2424
- name: Cache dependencies
25-
uses: actions/cache@v1
25+
uses: actions/cache@v4
2626
with:
2727
path: ~/.composer/cache/files
2828
key: php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<a href="https://packagist.org/packages/craftsys/msg91-php"><img src="https://img.shields.io/packagist/dt/craftsys/msg91-php" alt="Total Downloads" /></a>
1717
<a href="https://packagist.org/packages/craftsys/msg91-php"><img src="https://img.shields.io/packagist/v/craftsys/msg91-php?label=version" alt="Latest Stable Version" /></a>
1818
<a href="https://packagist.org/packages/craftsys/msg91-php"><img src="https://img.shields.io/packagist/l/craftsys/msg91-php" alt="License" /></a>
19-
<a href="https://packagist.org/packages/craftsys/msg91-php"><img src="https://img.shields.io/github/workflow/status/craftsys/msg91-php/tests?label=tests" alt="Status" /></a>
19+
<a href="https://github.com/craftsys/msg91-laravel/actions/workflows/test.yml"><img src="https://github.com/craftsys/msg91-laravel/actions/workflows/test.yml/badge.svg" alt="Status" /></a>
2020
</p>
2121

2222
_This library requires a minimum PHP version of 7.1_

0 commit comments

Comments
 (0)