Skip to content

Commit

Permalink
run tests for php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AltamashShaikh committed Dec 12, 2024
1 parent 9a9ccea commit 267f4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matomo-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '7.2', '8.4' ]
php: [ '7.2', '8.2', '8.4' ]
engine: [ 'Mysql', 'Mariadb' ]
adapter: [ 'PDO_MYSQL', 'MYSQLI' ]
target: ['minimum_required_matomo', 'maximum_supported_matomo']
Expand Down

0 comments on commit 267f4e1

Please sign in to comment.