Skip to content

Commit

Permalink
fix: set php min version to 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanSchleret committed Jul 23, 2024
1 parent 6925c5d commit 59dfb55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.3, 8.2, 8.1]
php: [8.3, 8.2]
stability: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.2",
"illuminate/config": "^11.16",
"illuminate/support": "^11.16",
"spatie/mjml-php": "^1.2"
Expand Down

0 comments on commit 59dfb55

Please sign in to comment.