ci: Add PHP 8.2 and 8.3

pull/80/head
Jan Tojnar 3 years ago
parent f14428e4c0
commit 9bdd3b6b2e
  1. 2
      .github/workflows/continuous-integration.yml

@ -24,6 +24,8 @@ jobs:
- "7.4" - "7.4"
- "8.0" - "8.0"
- "8.1" - "8.1"
- "8.2"
- "8.3"
steps: steps:
- name: "Checkout" - name: "Checkout"

Loading…
Cancel
Save