Skip to content

Commit

Permalink
Add PHP 8.4 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jigarius committed Dec 26, 2024
1 parent 766be8d commit 4857534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest']
php-versions: ['8.3']
php-versions: ['8.3', '8.4']
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 4857534

Please sign in to comment.