Commit cb0e39e
authored
Redesign integration test matrix to test every minor version without --prefer-lowest (#152)
Replace --prefer-lowest with explicit X.Y.* constraints per minor version,
eliminating PHP version splits and reducing breakage from transitive dependency
changes. Each matrix file now tests the latest patch of one specific minor version.
Changes:
- Remove --prefer-lowest second pass from run-integration.sh
- Add --rm to docker-compose run in run-in-docker.sh to fix orphan containers
- Fix PHP 8.4 implicit nullable deprecation in MigrationsExtension.phpt
- dbal/doctrine: 6 files -> 25 files (2.5-4.4, one per minor)
- dbal/nextras: 6 files -> 8 files (1.0-5.0)
- dbal/dibi: 4 files -> 8 files (3.0-5.1)
- dbal/nette: 3 files -> 4 files (2.4-3.2)
- nette-di: 6 files -> 4 files (2.4-3.2)
- symfony-bundle: 8 files -> 18 files (4.4, 5.0-5.4, 6.0-6.4, 7.0-7.4, 8.0)1 parent 2e36873 commit cb0e39e
File tree
94 files changed
+381
-304
lines changed- tests
- cases/integration/nette-di
- matrix
- dbal
- nette-di
- symfony-bundle
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
94 files changed
+381
-304
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
6 | 5 | | |
0 commit comments