Skip to content

Commit

Permalink
⬆️ Upgrade illuminate/support from ^10.33 to ^11.6 (#34)
Browse files Browse the repository at this point in the history
* ⬆️ Upgrade illuminate/support from ^10.33 to ^11.6

* ⬆️ Require php 8.2

* 👷 Remove php 8.1 from test matrix
  • Loading branch information
SimonJnsson authored Aug 29, 2024
1 parent 8128a4a commit c4ce62a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
}
],
"require": {
"php": "^8.1",
"illuminate/support": "^10.33"
"php": "^8.2",
"illuminate/support": "^11.0"
},
"require-dev": {
"laravel/pint": "^1.0",
Expand Down

0 comments on commit c4ce62a

Please sign in to comment.