Skip to content

Commit 8e4c242

Browse files
authored
Merge pull request #4 from justbetter/feature/adjust-workflow
2 parents 1cac5f8 + 41c29b2 commit 8e4c242

File tree

3 files changed

+7
-14
lines changed

3 files changed

+7
-14
lines changed

.github/workflows/analyse.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest]
1212
php: [8.3, 8.4]
13-
laravel: [11.*]
13+
laravel: [12.*]
1414
stability: [prefer-stable]
1515
include:
16-
- laravel: 11.*
17-
testbench: 9.*
16+
- laravel: 12.*
17+
testbench: 10.*
1818

1919
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2020

.github/workflows/style.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: style
22

3-
on:
4-
push:
5-
branches:
6-
- main
3+
on: ['push', 'pull_request']
4+
75
jobs:
86
style:
97
name: Style
@@ -26,9 +24,4 @@ jobs:
2624
run: composer install
2725

2826
- name: Style
29-
run: composer fix-style
30-
31-
- name: Commit Changes
32-
uses: stefanzweifel/git-auto-commit-action@v4
33-
with:
34-
commit_message: Fix styling changes
27+
run: composer style

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"require-dev": {
2727
"larastan/larastan": "^3.0",
2828
"laravel/pint": "^1.20",
29-
"orchestra/testbench": "^9.10"
29+
"orchestra/testbench": "^10.0"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)