Skip to content

Commit

Permalink
Merge pull request #13 from ishanvyas22/php83
Browse files Browse the repository at this point in the history
Add PHP 8.3 support
  • Loading branch information
AaronAtDuo authored Jan 9, 2024
2 parents 081e470 + 4c90c80 commit 7c645be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
php: [7.4, 8.0, 8.1, 8.2]
php: [7.4, 8.0, 8.1, 8.2, 8.3]

steps:
- name: Checkout
Expand Down

1 comment on commit 7c645be

@Omar0596
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can anyone help me integrate the Duo Desktop API to my project?

Please sign in to comment.