Skip to content

Commit

Permalink
ci support php-84
Browse files Browse the repository at this point in the history
  • Loading branch information
chaz6chez authored Nov 28, 2024
1 parent b32de58 commit 852d010
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
strategy:
matrix:
php:
- "8.4"
- "8.3"
- "8.2"
- "8.1"
Expand All @@ -28,4 +29,4 @@ jobs:

- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 852d010

Please sign in to comment.