ci: Add PHP 8.4

PHP 8.4 is in beta, with final version scheduled for November so it is time to start testing it.
pull/92/head
Jan Tojnar 1 year ago
parent c7b10dcc45
commit 5b9551d1e3
  1. 1
      .github/workflows/continuous-integration.yml

@ -24,6 +24,7 @@ jobs:
- "8.1" - "8.1"
- "8.2" - "8.2"
- "8.3" - "8.3"
- "8.4"
steps: steps:
- name: "Checkout" - name: "Checkout"

Loading…
Cancel
Save