Skip to content

Commit 5a17ab1

Browse files
committed
Use php 8.3, Laravel 12.x
1 parent edbbafa commit 5a17ab1

File tree

7 files changed

+42
-58
lines changed

7 files changed

+42
-58
lines changed

packages/announcements/.github/workflows/run-tests.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,13 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
php: [8.4, 8.3, 8.2]
17-
laravel: [12.*, 11.*]
18-
stability: [prefer-lowest, prefer-stable]
16+
php: [8.3]
17+
laravel: [12.*]
1918
include:
2019
- laravel: 12.*
2120
testbench: 10.*
2221
carbon: 3.*
2322
collision: 8.*
24-
- laravel: 11.*
25-
testbench: 9.*
26-
carbon: 3.*
27-
collision: 8.*
2823

2924
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3025

packages/fields/.github/workflows/run-tests.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,14 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
php: [8.3, 8.2]
17-
laravel: [11.*]
18-
stability: [prefer-lowest, prefer-stable]
16+
php: [8.3]
17+
laravel: [12.*]
1918
include:
20-
- laravel: 11.*
21-
testbench: 9.*
22-
carbon: ^2.72.2
23-
exclude:
24-
- laravel: 11.*
25-
php: 8.1
19+
- laravel: 12.*
20+
testbench: 10.*
21+
carbon: 3.*
2622

27-
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
23+
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }}
2824

2925
steps:
3026
- name: Checkout code
@@ -45,7 +41,7 @@ jobs:
4541
- name: Install dependencies
4642
run: |
4743
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
48-
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
44+
composer update --prefer-dist --no-interaction
4945
5046
- name: List Installed Dependencies
5147
run: composer show -D

packages/filament-uploadcare-field/.github/workflows/run-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
php: [8.2]
17-
laravel: [11.*]
16+
php: [8.3]
17+
laravel: [12.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
20-
- laravel: 11.*
21-
testbench: 9.*
22-
carbon: ^2.72.6
20+
- laravel: 12.*
21+
testbench: 10.*
22+
carbon: 3.*
2323

2424
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
2525

packages/laravel-redirects/.github/workflows/run-tests.yml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,14 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
os: [ubuntu-latest, windows-latest]
20-
php: [8.3, 8.2]
21-
laravel: [11.*, 10.*]
22-
stability: [prefer-lowest, prefer-stable]
20+
php: [8.3]
21+
laravel: [12.*]
2322
include:
24-
- laravel: 11.*
25-
testbench: 9.*
26-
carbon: ^2.63
27-
- laravel: 10.*
28-
testbench: 8.*
29-
carbon: ^2.63
23+
- laravel: 12.*
24+
testbench: 10.*
25+
carbon: 3.*
3026

31-
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
27+
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }}
3228

3329
steps:
3430
- name: Checkout code
@@ -49,7 +45,7 @@ jobs:
4945
- name: Install dependencies
5046
run: |
5147
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.os == 'windows-latest' && '^^^' || '' }}${{ matrix.carbon }}" --no-interaction --no-update
52-
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
48+
composer update --prefer-dist --no-interaction
5349
5450
- name: List Installed Dependencies
5551
run: composer show -D

packages/media/.github/workflows/run-tests.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
php: [8.2, 8.1]
17-
laravel: [10.*]
18-
stability: [prefer-lowest, prefer-stable]
16+
php: [8.3]
17+
laravel: [12.*]
1918
include:
20-
- laravel: 10.*
21-
testbench: 8.*
22-
carbon: 2.*
19+
- laravel: 12.*
20+
testbench: 10.*
21+
carbon: 3.*
2322

24-
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
23+
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }}
2524

2625
steps:
2726
- name: Checkout code
@@ -42,7 +41,7 @@ jobs:
4241
- name: Install dependencies
4342
run: |
4443
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
45-
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
44+
composer update --prefer-dist --no-interaction
4645
4746
- name: List Installed Dependencies
4847
run: composer show -D

packages/redirects/.github/workflows/run-tests.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
php: [8.2, 8.1]
17-
laravel: [10.*]
18-
stability: [prefer-lowest, prefer-stable]
16+
php: [8.3]
17+
laravel: [12.*]
1918
include:
20-
- laravel: 10.*
21-
testbench: 8.*
22-
carbon: 2.*
19+
- laravel: 12.*
20+
testbench: 10.*
21+
carbon: 3.*
2322

24-
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
23+
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }}
2524

2625
steps:
2726
- name: Checkout code
@@ -42,7 +41,7 @@ jobs:
4241
- name: Install dependencies
4342
run: |
4443
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
45-
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
44+
composer update --prefer-dist --no-interaction
4645
4746
- name: List Installed Dependencies
4847
run: composer show -D

packages/uploadcare-field/.github/workflows/run-tests.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,14 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
os: [ubuntu-latest, windows-latest]
20-
php: [8.3, 8.2]
21-
laravel: [11.*]
22-
stability: [prefer-lowest, prefer-stable]
20+
php: [8.3]
21+
laravel: [12.*]
2322
include:
24-
- laravel: 11.*
25-
testbench: 9.*
26-
carbon: ^2.63
23+
- laravel: 12.*
24+
testbench: 10.*
25+
carbon: 3.*
2726

28-
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
27+
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.os }}
2928

3029
steps:
3130
- name: Checkout code
@@ -46,7 +45,7 @@ jobs:
4645
- name: Install dependencies
4746
run: |
4847
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.os == 'windows-latest' && '^^^' || '' }}${{ matrix.carbon }}" --no-interaction --no-update
49-
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
48+
composer update --prefer-dist --no-interaction
5049
5150
- name: List Installed Dependencies
5251
run: composer show -D

0 commit comments

Comments
 (0)