Skip to content

Commit

Permalink
Run CI on PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
particleflux committed Nov 25, 2024
1 parent 960f7ef commit d531780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ workflows:
- build:
matrix:
parameters:
version: ["8.1", "8.2", "8.3"]
version: ["8.1", "8.2", "8.3", "8.4"]
nightly:
triggers:
- schedule:
Expand All @@ -99,4 +99,4 @@ workflows:
- build:
matrix:
parameters:
version: ["8.1", "8.2", "8.3"]
version: ["8.1", "8.2", "8.3", "8.4"]

0 comments on commit d531780

Please sign in to comment.