Skip to content

Commit

Permalink
adding php 8.4 to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thirsch committed Jan 28, 2025
1 parent 60f49fa commit c222c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
php-versions:
["8.1", "8.2", "8.3"]
["8.1", "8.2", "8.3", "8.4"]

name: PHP ${{ matrix.php-versions }} Test on ubantu-latest
steps:
Expand Down

0 comments on commit c222c65

Please sign in to comment.