Skip to content

Commit

Permalink
LCH-6395: Added php 8.2 in github actions. (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
narendradesai authored Apr 12, 2023
1 parent f1fecc8 commit 71f4a63
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 @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
php-version: [ '7.4', '8.1' ]
php-version: [ '7.4', '8.1', '8.2' ]
steps:
# This step checks out a copy of your repository.
- name: Checkout
Expand Down

0 comments on commit 71f4a63

Please sign in to comment.