Skip to content

Commit

Permalink
remove support for PHP 7.4 and target 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chongkan committed Apr 23, 2024
1 parent 92d4447 commit 38f2160
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0']
php: ['8.2']
experimental: [false]
include:
- php: '8.1'
- php: '8.2'
experimental: true
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
],
"require": {
"php": "^7.4 || ~8.0",
"php": "~8.0",
"ext-sodium": "*",
"guzzlehttp/guzzle": "^7.3",
"illuminate/http": "~8.0 || ~9.0 || ^10.0 || ^11.0",
Expand Down

0 comments on commit 38f2160

Please sign in to comment.