Skip to content

Commit

Permalink
Add PHP8 Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Oct 11, 2023
1 parent f9334ec commit af1febf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ ubuntu-latest ]
php: [ 7.4, 8.0, 8.1, 8.2 ]
php: [ 8.0, 8.1, 8.2 ]
dependency-version: [ prefer-lowest, prefer-stable ]
include:
- laravel: 9.*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
}
},
"require": {
"php": "^7.0|^8.0",
"php": "^8.0",
"ext-curl": "*",
"ext-json": "*"
},
Expand Down

0 comments on commit af1febf

Please sign in to comment.