Skip to content

Commit

Permalink
Update PHP version matrix in run-tests.yml to include PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Nov 21, 2024
1 parent 568f6ed commit 4b8c668
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
run: vendor/bin/pest --coverage

- name: Send code coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: false
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.3, 8.2, 8.1]
php: [8.4, 8.3, 8.2, 8.1]
laravel: [10.*]
stability: [prefer-stable]
include:
Expand Down

0 comments on commit 4b8c668

Please sign in to comment.