Skip to content

Commit

Permalink
Bump minimum PHP requirement to PHP 7.1 (#338)
Browse files Browse the repository at this point in the history
PR #337 depends on this.

Bumps the minimum required PHP version to PHP 7.1 to use explicit nullable parameter type syntax.
  • Loading branch information
Ayesh authored Apr 23, 2024
1 parent cc6400b commit 9eb17b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"sort-packages": true
},
"require": {
"php": "^7.0 || ^8.0",
"php": "^7.1 || ^8.0",
"ext-simplexml": "*",
"ext-mbstring": "*",
"ext-ctype": "*",
Expand Down

0 comments on commit 9eb17b7

Please sign in to comment.