Skip to content

Commit

Permalink
Test on PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Feb 5, 2025
1 parent b08cb91 commit 2a8adbd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
pull_request:

env:
PSALM_PHP_VERSION: "8.3"
COVERAGE_PHP_VERSION: "8.3"
PSALM_PHP_VERSION: "8.4"
COVERAGE_PHP_VERSION: "8.4"

jobs:
psalm:
Expand Down Expand Up @@ -39,6 +39,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
calculator:
- GMP
- BCMath
Expand Down

0 comments on commit 2a8adbd

Please sign in to comment.