Skip to content

Commit be9e960

Browse files
[9.x] Drop PHP 7.3 (#36038)
* Drop PHP 7.3 * Update tests.yml
1 parent 4d6bd38 commit be9e960

File tree

33 files changed

+34
-34
lines changed

33 files changed

+34
-34
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: true
3333
matrix:
34-
php: [7.3, 7.4, 8.0]
34+
php: [7.4, 8.0]
3535
stability: [prefer-lowest, prefer-stable]
3636

3737
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
@@ -70,7 +70,7 @@ jobs:
7070
strategy:
7171
fail-fast: true
7272
matrix:
73-
php: [7.3, 7.4, 8.0]
73+
php: [7.4, 8.0]
7474
stability: [prefer-lowest, prefer-stable]
7575

7676
name: PHP ${{ matrix.php }} - ${{ matrix.stability }} - Windows

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^7.3|^8.0",
18+
"php": "^7.4|^8.0",
1919
"ext-json": "*",
2020
"ext-mbstring": "*",
2121
"ext-openssl": "*",

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": "^7.3|^8.0",
17+
"php": "^7.4|^8.0",
1818
"illuminate/collections": "^9.0",
1919
"illuminate/contracts": "^9.0",
2020
"illuminate/http": "^9.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": "^7.3|^8.0",
17+
"php": "^7.4|^8.0",
1818
"ext-json": "*",
1919
"psr/log": "^1.0",
2020
"illuminate/bus": "^9.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": "^7.3|^8.0",
17+
"php": "^7.4|^8.0",
1818
"illuminate/collections": "^9.0",
1919
"illuminate/contracts": "^9.0",
2020
"illuminate/pipeline": "^9.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": "^7.3|^8.0",
17+
"php": "^7.4|^8.0",
1818
"illuminate/collections": "^9.0",
1919
"illuminate/contracts": "^9.0",
2020
"illuminate/macroable": "^9.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": "^7.3|^8.0",
17+
"php": "^7.4|^8.0",
1818
"illuminate/contracts": "^9.0",
1919
"illuminate/macroable": "^9.0"
2020
},

src/Illuminate/Config/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": "^7.3|^8.0",
17+
"php": "^7.4|^8.0",
1818
"illuminate/collections": "^9.0",
1919
"illuminate/contracts": "^9.0"
2020
},

src/Illuminate/Console/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": "^7.3|^8.0",
17+
"php": "^7.4|^8.0",
1818
"illuminate/collections": "^9.0",
1919
"illuminate/contracts": "^9.0",
2020
"illuminate/macroable": "^9.0",

src/Illuminate/Container/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": "^7.3|^8.0",
17+
"php": "^7.4|^8.0",
1818
"illuminate/contracts": "^9.0",
1919
"psr/container": "^1.0"
2020
},

0 commit comments

Comments
 (0)