Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lewislarsen committed Aug 13, 2024
1 parent ce7df70 commit ba979fc
Show file tree
Hide file tree
Showing 6 changed files with 406 additions and 1,201 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.0', '8.1', '8.2', '8.3']
php-versions: ['8.1', '8.2', '8.3']
name: PHP ${{ matrix.php-versions }} Test
steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
}
],
"require": {
"php": "^7.2|^8.0|^8.1|^8.2|^8.3|^8.4",
"php": "^8.1",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.0"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"mockery/mockery": "^1.3.1",
"mockery/mockery": "^1.5",
"phpstan/phpstan": "^1.10",
"pestphp/pest": "^2.34",
"pestphp/pest": "^1.22",
"laravel/pint": "^1.0"
},
"autoload": {
Expand Down
Loading

0 comments on commit ba979fc

Please sign in to comment.