Commit 3bfe90f
authored
Update GitHub Actions CI (#28)
The Ubuntu 20.04 LTS runner was retired on 2025-04-15 [1]; given how
rarely we touch this library, I think jumping on the “ubuntu-latest”
train has a higher chance of succeeding.
More recent Ubuntu images no longer contain several PHP versions [2]
[3]; the most common approach seems to be the shivammathur/setup-php
action, so let’s use that.
[1]: actions/runner-images#11101
[2]: https://github.com/actions/runner-images/blob/releases/ubuntu22/20250601/images/ubuntu/Ubuntu2204-Readme.md#php-tools
[3]: https://github.com/actions/runner-images/blob/releases/ubuntu24/20250601/images/ubuntu/Ubuntu2404-Readme.md#php-tools1 parent e9b56e7 commit 3bfe90f
1 file changed
+4
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | 16 | | |
19 | | - | |
20 | 17 | | |
21 | | - | |
22 | 18 | | |
23 | | - | |
24 | 19 | | |
25 | | - | |
26 | 20 | | |
27 | | - | |
28 | 21 | | |
29 | | - | |
| 22 | + | |
30 | 23 | | |
31 | 24 | | |
32 | 25 | | |
33 | 26 | | |
34 | 27 | | |
35 | 28 | | |
36 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
37 | 32 | | |
38 | 33 | | |
39 | 34 | | |
| |||
0 commit comments