Skip to content

Commit

Permalink
Set minimal supported version of doctrine/migrations to ^3.3 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndousson authored Dec 22, 2023
2 parents 4d7f9ce + 926f849 commit 7513b4f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
fail-fast: false
matrix:
include:
- php: 8.1
composer_update_flags: --prefer-lowest
- php: 8.1
- php: 8.2
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Make your migrations safe
## 🪄 Features

- PG 13+
- PHP 8.2
- PHP 8.1
- Doctrine Migration

## 🤷 Why?
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"require": {
"php": "^8.1",
"doctrine/dbal": "^3.7",
"doctrine/migrations": "^3.7",
"doctrine/migrations": "^3.3",
"symfony/string": "^6.3"
},
"require-dev": {
Expand Down

0 comments on commit 7513b4f

Please sign in to comment.