Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Jan 17, 2024
1 parent e8a22e0 commit 84b5eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.2, 8.1]
php: [8.3, 8.2, 8.1]
stability: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,10 @@
],
"require": {
"php": "^8.1",
"nesbot/carbon": "^2.72",
"ext-calendar": "*"
"nesbot/carbon": "^2.72"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.21.1",
"pestphp/pest": "^2.15",
"phpstan/phpstan": "^1.10",
"spatie/ray": "^1.28"
},
"autoload": {
Expand Down

0 comments on commit 84b5eb9

Please sign in to comment.