Skip to content

Commit

Permalink
Merge pull request #1 from ultrono/ultrono-patch-1
Browse files Browse the repository at this point in the history
Laravel 10
  • Loading branch information
ultrono committed Feb 17, 2023
2 parents 36dc081 + 619c3a0 commit 5029738
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@ jobs:
strategy:
matrix:
php: ['7.4', '8.0', '8.1']
laravel: ['8', '9']
laravel: ['8', '9', '10']
exclude:
- php: '7.4'
laravel: '9'
- php: '7.4'
laravel: '10'
- php: '8.0'
laravel: '10'

steps:
- name: Checkout Code
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
],
"require": {
"php": "^7.4.15 || ^8.0.2",
"illuminate/contracts": "^8.75 || ^9.0",
"illuminate/filesystem": "^8.75 || ^9.0",
"illuminate/support": "^8.75 || ^9.0",
"illuminate/view": "^8.75 || ^9.0",
"illuminate/contracts": "^8.75 || ^9.0 || ^10.0",
"illuminate/filesystem": "^8.75 || ^9.0 || ^10.0",
"illuminate/support": "^8.75 || ^9.0 || ^10.0",
"illuminate/view": "^8.75 || ^9.0 || ^10.0",
"league/commonmark": "^2.3.1"
},
"require-dev": {
Expand Down

0 comments on commit 5029738

Please sign in to comment.