Commit 19fc30e
committed
fix: Improve CI configuration and documentation
This commit addresses several issues to improve the CI workflow and documentation:
- **CI Workflow (`.github/workflows/ci.yml`):**
- Removed redundant `milliseconds` input for the `test-action` job.
- Added `php-version: 8.4` to the `test-action` job, ensuring compatibility with PHP 8.4 for testing purposes.
- **Documentation (`README.md`):**
- Corrected "Github" to "GitHub" for proper capitalization.
- Updated wording to "Drupal codebase" for consistency.
- Ensured code formatting for registry options (`ghcr` and `dockerhub`).
- Clarified that `grumphp run` is executed on the "codebase".
- Clarified that `phpstan` is run on the "codebase".
- **Dependencies (`package.json`):**
- Added `engines.node` to specify a minimum Node.js version of 24.0.0, ensuring compatibility with newer Node.js features used by the action.1 parent 154b0ff commit 19fc30e
3 files changed
+9
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 60 | + | |
65 | 61 | | |
66 | 62 | | |
67 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
0 commit comments