Commit 87393dd
[BREAKING] Add PHP 8.1+ support (drops PHP 7.4) (#27)
* Add PHP 8.1-8.4 support
- Update composer.json to support PHP versions 7.4 through 8.4
- Update CI workflow to test against PHP 7.4, 8.0, 8.1, 8.2, 8.3, 8.4
- Update composer.lock to reflect new PHP version constraints
Co-Authored-By: Ben Sinclair <ben.sinclair@yourgiving.co>
* Fix deprecated GitHub Actions versions
- Update actions/checkout from v2 to v4
- Update actions/cache from v2 to v4
- Resolves CI failure due to deprecated action versions
Co-Authored-By: Ben Sinclair <ben.sinclair@yourgiving.co>
* Drop PHP 7.4 support, require PHP >=8.0 for dependency compatibility
Co-Authored-By: Ben Sinclair <ben.sinclair@yourgiving.co>
* Update phpspec/prophecy to 1.22.0 for PHP 8.2-8.4 compatibility
Co-Authored-By: Ben Sinclair <ben.sinclair@yourgiving.co>
* Remove explicit upper PHP version
* Update composer.lock after removing upper PHP version constraint
Co-Authored-By: Ben Sinclair <ben.sinclair@yourgiving.co>
* Fix PHP 8.0 compatibility by constraining doctrine/instantiator and symfony/deprecation-contracts
Co-Authored-By: Ben Sinclair <ben.sinclair@yourgiving.co>
* Fixed deprecated string interpolation method
---------
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Co-authored-by: Josh McRae <josh.mcrae@tithe.ly>1 parent e044faf commit 87393dd
File tree
4 files changed
+414
-278
lines changed- .github/workflows
- tests/Migrations
4 files changed
+414
-278
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
0 commit comments