Skip to content

Commit

Permalink
ci: Add PHP 8.4 to the testing matrix in run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Nov 21, 2024
1 parent 66909e3 commit 96142c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.2, 8.3]
php: [8.2, 8.3, 8.4]
node: [18]
stability: [prefer-stable]
services:
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:

- name: Send code coverage
# https://github.com/codecov/codecov-action
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: false

0 comments on commit 96142c1

Please sign in to comment.