Skip to content

Commit 251f55e

Browse files
authored
[13.x] Requires PHP 8.3 as minimum version (#54763)
Signed-off-by: Mior Muhammad Zaki <[email protected]>
1 parent 09d9af2 commit 251f55e

File tree

37 files changed

+42
-48
lines changed

37 files changed

+42
-48
lines changed

.github/workflows/facades.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup PHP
2727
uses: shivammathur/setup-php@v2
2828
with:
29-
php-version: 8.2
29+
php-version: 8.3
3030
extensions: :php-psr
3131
tools: composer:v2
3232
coverage: none

.github/workflows/queues.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup PHP
2424
uses: shivammathur/setup-php@v2
2525
with:
26-
php-version: 8.2
26+
php-version: 8.3
2727
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, pdo_mysql, :php-psr
2828
tools: composer:v2
2929
coverage: none
@@ -58,7 +58,7 @@ jobs:
5858
- name: Setup PHP
5959
uses: shivammathur/setup-php@v2
6060
with:
61-
php-version: 8.2
61+
php-version: 8.3
6262
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, pdo_mysql, :php-psr
6363
tools: composer:v2
6464
coverage: none
@@ -106,7 +106,7 @@ jobs:
106106
- name: Setup PHP
107107
uses: shivammathur/setup-php@v2
108108
with:
109-
php-version: 8.2
109+
php-version: 8.3
110110
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, pdo_mysql, :php-psr
111111
tools: composer:v2
112112
coverage: none
@@ -144,7 +144,7 @@ jobs:
144144
- name: Setup PHP
145145
uses: shivammathur/setup-php@v2
146146
with:
147-
php-version: 8.2
147+
php-version: 8.3
148148
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, pdo_mysql, :php-psr
149149
tools: composer:v2
150150
coverage: none
@@ -194,7 +194,7 @@ jobs:
194194
- name: Setup PHP
195195
uses: shivammathur/setup-php@v2
196196
with:
197-
php-version: 8.2
197+
php-version: 8.3
198198
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, pdo_mysql, :php-psr
199199
tools: composer:v2
200200
coverage: none

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup PHP
2626
uses: shivammathur/setup-php@v2
2727
with:
28-
php-version: 8.2
28+
php-version: 8.3
2929
tools: composer:v2
3030
coverage: none
3131

.github/workflows/tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,9 @@ jobs:
3939
strategy:
4040
fail-fast: true
4141
matrix:
42-
php: [8.2, 8.3, 8.4]
42+
php: [8.3, 8.4]
4343
phpunit: ['10.5.35', '11.5.3', '12.0.0']
4444
stability: [prefer-lowest, prefer-stable]
45-
exclude:
46-
- php: 8.2
47-
phpunit: '12.0.0'
4845

4946
name: PHP ${{ matrix.php }} - PHPUnit ${{ matrix.phpunit }} - ${{ matrix.stability }}
5047

@@ -105,7 +102,7 @@ jobs:
105102
strategy:
106103
fail-fast: true
107104
matrix:
108-
php: [8.2, 8.3, 8.4]
105+
php: [8.3, 8.4]
109106
phpunit: ['11.5.3']
110107
stability: [prefer-lowest, prefer-stable]
111108
exclude:

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^8.2",
18+
"php": "^8.3",
1919
"ext-ctype": "*",
2020
"ext-filter": "*",
2121
"ext-hash": "*",
@@ -51,7 +51,6 @@
5151
"symfony/http-kernel": "^7.2.0",
5252
"symfony/mailer": "^7.2.0",
5353
"symfony/mime": "^7.2.0",
54-
"symfony/polyfill-php83": "^1.31",
5554
"symfony/process": "^7.2.0",
5655
"symfony/routing": "^7.2.0",
5756
"symfony/uid": "^7.2.0",

src/Illuminate/Auth/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^8.2",
17+
"php": "^8.3",
1818
"ext-hash": "*",
1919
"illuminate/collections": "^13.0",
2020
"illuminate/contracts": "^13.0",

src/Illuminate/Broadcasting/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^8.2",
17+
"php": "^8.3",
1818
"psr/log": "^1.0|^2.0|^3.0",
1919
"illuminate/bus": "^13.0",
2020
"illuminate/collections": "^13.0",

src/Illuminate/Bus/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^8.2",
17+
"php": "^8.3",
1818
"illuminate/collections": "^13.0",
1919
"illuminate/contracts": "^13.0",
2020
"illuminate/pipeline": "^13.0",

src/Illuminate/Cache/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^8.2",
17+
"php": "^8.3",
1818
"illuminate/collections": "^13.0",
1919
"illuminate/contracts": "^13.0",
2020
"illuminate/macroable": "^13.0",

src/Illuminate/Collections/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^8.2",
17+
"php": "^8.3",
1818
"illuminate/conditionable": "^13.0",
1919
"illuminate/contracts": "^13.0",
2020
"illuminate/macroable": "^13.0"

0 commit comments

Comments
 (0)