Commit 31c4588
authored
Update tests (#74)
* chore: migrate CI from Travis/ORCA to GitHub Actions
Travis CI has been unused for this project for years and the "ORCA CI"
workflow was really just a Travis translation, carrying an obsolete
PHP 7.3/8.0 and Symfony 4.4/5.3 matrix.
Replace both with a single .github/workflows/tests.yml:
- Triggers on push and pull_request.
- Matrix over PHP 7.4 (the composer.json floor), 8.4 (current) and 8.5
(next, non-blocking via continue-on-error while tooling catches up).
- Validates composer.json, installs dependencies and runs the native
PHPUnit suite directly rather than going through make/ORCA.
- Coding standards (php-cs-fixer, phpmd) run once in a separate job on
the current PHP version.
Also swap the Travis badge in README.md for the Actions badge and ignore
the modern .php-cs-fixer.cache filename.
* chore: pin the Tests badge to master and document the experimental PHP slot
The badge now reports the default branch explicitly rather than whichever
branch ran most recently.
The non-blocking PHP 8.5 job is a permanent slot for the next PHP release,
not a temporary hedge, so keep continue-on-error in place and promote the
version through the matrix as releases land.
---------
Co-authored-by: Jakob Perry <japerry@users.noreply.github.com>1 parent 1e18305 commit 31c4588
5 files changed
Lines changed: 80 additions & 100 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments