matomo-org / plugin-LogViewer

View your Matomo logs within Matomo
GNU General Public License v3.0
5 stars 13 forks source link

Updating tests to validate against PHP version 8.1 #63

Closed snake14 closed 2 years ago

snake14 commented 2 years ago

Description:

As customers are starting to use PHP version 8.1, we need to make sure that our plugins work as expected with that version. This updates the build to test version 8.1.

Review