Skip to content

Commit

Permalink
LCH-7211: Adding php 8.4 in pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
narendradesai committed Jan 20, 2025
1 parent a29a546 commit 0792321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/content-hub-php-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
php-version: [ '7.4', '8.1', '8.2' ]
php-version: [ '7.4', '8.1', '8.2', '8.3', '8.4' ]
steps:
# This step checks out a copy of your repository.
- name: Checkout
Expand Down

0 comments on commit 0792321

Please sign in to comment.