Skip to content

Commit

Permalink
Add PHP 8.4 to CI matrix
Browse files Browse the repository at this point in the history
We don't support parsing PHP 8.4 on 4.x, but everything else
should work.
  • Loading branch information
nikic committed Sep 21, 2024
1 parent 78f289c commit 103f95d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
steps:
- name: "Checkout"
uses: "actions/checkout@v3"
Expand Down

0 comments on commit 103f95d

Please sign in to comment.