Skip to content

Commit

Permalink
Revert "Update illuminate/database to 11.x"
Browse files Browse the repository at this point in the history
This reverts commit 97e67a0.
  • Loading branch information
dimitriBouteille committed Sep 23, 2024
1 parent e7d335f commit 5373837
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/styles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: "Configure PHP"
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.1
tools: composer:v2

- name: "Install dependencies"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: "Install PHP"
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.1
tools: composer:v2

- name: "Install composer dependencies"
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: "Install PHP"
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.1
tools: composer:v2

- name: "Install composer dependencies"
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=8.2",
"php": ">=8.1",
"robmorgan/phinx": "^0.12.5",
"illuminate/database": "^11.0"
"illuminate/database": "^10.0"
},
"suggest": {
"illuminate/events": "Add events to your models"
Expand Down

0 comments on commit 5373837

Please sign in to comment.