Skip to content

Commit 736179b

Browse files
committed
Update workflows and readme
1 parent 4013171 commit 736179b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/pint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: pint
1+
name: Pint
22

33
on: push
44

@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up PHP
1515
uses: shivammathur/setup-php@v2
1616
with:
17-
php-version: 8.3
17+
php-version: 8.2
1818
- name: Install Composer
1919
run: composer install --no-interaction
2020
- name: Run Laravel Pint

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,11 @@ Will return the following string to the `index` view:
4141
```
4242

4343
### Configuration
44+
wip..
4445

46+
### Test
4547
wip..
48+
49+
## License
50+
51+
This package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)