Skip to content

Commit

Permalink
Added PHP 8.4 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jolelievre committed Nov 21, 2024
1 parent 6050a31 commit 5b7bd99
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 @@ -33,6 +33,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"

compiler:
- default
Expand All @@ -50,6 +51,9 @@ jobs:
- os: ubuntu-latest
php-version: "8.3"
compiler: jit
- os: ubuntu-latest
php-version: "8.4"
compiler: jit
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 5b7bd99

Please sign in to comment.