ci: Add PHP 8.1 through 8.4

- 8.1 was introduced in 66215a6c80
- 8.2 and 8.3 was introduced in 9bdd3b6b2e
- 8.4 cherry picked from commit 5b9551d1e3
This commit is contained in:
Jan Tojnar
2025-02-23 02:32:57 +01:00
parent 2ae758555a
commit 84220bff99
@@ -28,6 +28,10 @@ jobs:
- "7.3" - "7.3"
- "7.4" - "7.4"
- "8.0" - "8.0"
- "8.1"
- "8.2"
- "8.3"
- "8.4"
steps: steps:
- name: "Checkout" - name: "Checkout"