Skip to content

Commit 78553a4

Browse files
committed
build: update branch alias and github actions
1 parent 4426653 commit 78553a4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

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

2424
- name: Setup PHP
2525
uses: shivammathur/setup-php@v2
@@ -34,7 +34,7 @@ jobs:
3434
run: composer require "illuminate/contracts:^${{ matrix.laravel }}" --no-update
3535

3636
- name: Install dependencies
37-
uses: nick-fields/retry@v2
37+
uses: nick-fields/retry@v3
3838
with:
3939
timeout_minutes: 5
4040
max_attempts: 5

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@
4747
},
4848
"extra": {
4949
"branch-alias": {
50-
"dev-develop": "2.x-dev",
51-
"dev-laravel11": "3.x-dev"
50+
"dev-develop": "3.x-dev"
5251
}
5352
},
5453
"minimum-stability": "dev",

0 commit comments

Comments
 (0)