Add PHP 8.5 on CI

pull/112/head
Jeremy Benoist 4 days ago
parent 774363e18d
commit e4e975db96
No known key found for this signature in database
GPG Key ID: 7168D5DD29F38552
  1. 3
      .github/workflows/continuous-integration.yml

@ -3,11 +3,9 @@ name: "CI"
on: on:
pull_request: pull_request:
branches: branches:
- "master"
- "1.x" - "1.x"
push: push:
branches: branches:
- "master"
- "1.x" - "1.x"
env: env:
@ -29,6 +27,7 @@ jobs:
- "8.2" - "8.2"
- "8.3" - "8.3"
- "8.4" - "8.4"
- "8.5"
steps: steps:
- name: "Checkout" - name: "Checkout"

Loading…
Cancel
Save