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

Remove 7.3 from CI tests #12

Closed jeffreyparker closed 9 months ago

jeffreyparker commented 9 months ago

Description

All PHP 7 versions are EOL now. PHP 7.3 is incompatible with the latest slim-php versions (used by the example app), so removing it from CI testing.

Motivation and Context

How Has This Been Tested?

Types of Changes