Skip to content

Commit

Permalink
Added PHP 8.4 to GitHub build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyamcl committed Dec 5, 2024
1 parent 5867f6e commit c42ce05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '7.3', '7.2', '8.0', '8.1', '8.2', '8.3']
php: ['7.4', '7.3', '7.2', '8.0', '8.1', '8.2', '8.3', '8.4']
name: PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@v1
Expand Down
6 changes: 3 additions & 3 deletions coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c42ce05

Please sign in to comment.