Skip to content

Commit

Permalink
ci: run against PHP 8.4 (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
marmichalski authored Dec 8, 2024
1 parent 72b1a37 commit 9f6af04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
php-version:
- "8.2"
- "8.3"
- "8.4"
exclude:
- dependencies: "lowest"
php-version: "8.4"

steps:
- name: "Checkout"
Expand Down

0 comments on commit 9f6af04

Please sign in to comment.