Skip to content

Commit 076ffac

Browse files
authored
Merge pull request #113 from php-school/php-support
Drop PHP <8 support
2 parents dbd958e + 6f6646c commit 076ffac

16 files changed

+275
-304
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php: [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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require" : {
15-
"php" : ">=7.3",
15+
"php" : ">=8.0",
1616
"ext-pdo_sqlite": "*",
1717
"php-school/php-workshop": "dev-master",
1818
"ext-sockets": "*"

0 commit comments

Comments
 (0)