We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ubuntu-latest
1 parent 297b3cd commit 8ad8531Copy full SHA for 8ad8531
README.md
@@ -70,8 +70,8 @@ Both `GitHub-hosted` and `self-hosted` runners are supported by `setup-php` on t
70
71
| Virtual environment | Arch | YAML workflow label | Pre-installed PHP |
72
|---------------------|---------|------------------------------------|------------------------|
73
-| Ubuntu 24.04 | x86_64 | `ubuntu-24.04` | `PHP 8.3` |
74
-| Ubuntu 22.04 | x86_64 | `ubuntu-latest` or `ubuntu-22.04` | `PHP 8.1` |
+| Ubuntu 24.04 | x86_64 | `ubuntu-latest` or `ubuntu-24.04` | `PHP 8.3` |
+| Ubuntu 22.04 | x86_64 | `ubuntu-22.04` | `PHP 8.1` |
75
| Ubuntu 20.04 | x86_64 | `ubuntu-20.04` | `PHP 7.4` to `PHP 8.3` |
76
| Ubuntu 24.04 | aarch64 | `ubuntu-24.04-arm` | `PHP 8.3` |
77
| Ubuntu 22.04 | aarch64 | `ubuntu-22.04-arm` | `PHP 8.1` |
0 commit comments