duosecurity / duo_universal_php

Duo OIDC-based two-factor authentication for PHP web applications
https://duo.com/docs/duoweb
BSD 3-Clause "New" or "Revised" License
21 stars 12 forks source link

Add PHP 8.3 support #13

Closed ishanvyas22 closed 6 months ago

ishanvyas22 commented 6 months ago

Description

Updated CI workflow to run it on PHP 8.3

Motivation and Context

For those who needs guarantee that the code works with PHP 8.3.

How Has This Been Tested?

Ran tests and code sniffer in local on PHP 8.3. Now, if it passes CI then it's good to go IMO.

Types of Changes

AaronAtDuo commented 6 months ago

@ishanvyas22 Thanks for the PR!