ucfopen / UDOIT

The Universal Design Online content Inspection Tool, or UDOIT (pronounced, “You Do It”) enables faculty to identify accessibility issues in their Learning Management System. It will scan a course, generate a report, and provide resources on how to address common accessibility issues.
GNU General Public License v3.0
108 stars 65 forks source link

Update GitHub Actions to reflect latest supported version of PHP #928

Closed bagofarms closed 8 months ago

bagofarms commented 8 months ago

The GH Actions for testing and building the Docker image currently operate off of different versions of PHP. Testing uses 8.1 while building uses the latest available version. I think it would be prudent to update both to specifically use PHP 8.2 for consistency. Additionally, work needs to be done to make the application and required packages compatible with PHP 8.3, but that's another issue.