Skip to content

Commit 2ed931a

Browse files
committed
Updated minimum PHP version from 8.0 to 8.1
For #4893
1 parent 0d3de40 commit 2ed931a

File tree

5 files changed

+478
-484
lines changed

5 files changed

+478
-484
lines changed

.github/workflows/test-migrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
strategy:
1818
matrix:
19-
php: ['8.0', '8.1', '8.2', '8.3']
19+
php: ['8.1', '8.2', '8.3']
2020
steps:
2121
- uses: actions/checkout@v1
2222

.github/workflows/test-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
strategy:
1818
matrix:
19-
php: ['8.0', '8.1', '8.2', '8.3']
19+
php: ['8.1', '8.2', '8.3']
2020
steps:
2121
- uses: actions/checkout@v1
2222

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "MIT",
99
"type": "project",
1010
"require": {
11-
"php": "^8.0.2",
11+
"php": "^8.1.0",
1212
"ext-curl": "*",
1313
"ext-dom": "*",
1414
"ext-fileinfo": "*",
@@ -99,7 +99,7 @@
9999
"preferred-install": "dist",
100100
"sort-packages": true,
101101
"platform": {
102-
"php": "8.0.2"
102+
"php": "8.1.0"
103103
}
104104
},
105105
"extra": {

0 commit comments

Comments
 (0)