Skip to content

Commit 48c532d

Browse files
authored
Merge pull request #272 from php-school/php-support
Drop PHP <8 support
2 parents 73ffea2 + 99ae9d2 commit 48c532d

File tree

3 files changed

+421
-403
lines changed

3 files changed

+421
-403
lines changed

.github/workflows/php-workshop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2]
15+
php: [8.0, 8.1, 8.2]
1616

1717
name: PHP ${{ matrix.php }}
1818
steps:

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require" : {
18-
"php" : ">=7.2",
18+
"php" : ">=8.0",
1919
"ext-pdo": "*",
2020
"ext-pdo_sqlite": "*",
2121
"php-di/php-di": "^6.0",

0 commit comments

Comments
 (0)