Skip to content

Commit

Permalink
Merge pull request #113 from php-school/php-support
Browse files Browse the repository at this point in the history
Drop PHP <8 support
  • Loading branch information
AydinHassan committed Mar 10, 2024
2 parents dbd958e + 6f6646c commit 076ffac
Show file tree
Hide file tree
Showing 16 changed files with 275 additions and 304 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.3, 7.4, 8.0, 8.1, 8.2]
php: [8.0, 8.1, 8.2]

name: PHP ${{ matrix.php }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require" : {
"php" : ">=7.3",
"php" : ">=8.0",
"ext-pdo_sqlite": "*",
"php-school/php-workshop": "dev-master",
"ext-sockets": "*"
Expand Down
Loading

0 comments on commit 076ffac

Please sign in to comment.