ci(tests): only run on PHP 8.1

This commit is contained in:
Matthew Penner 2022-10-31 12:27:36 -06:00
parent 06f692e649
commit d7d5da6beb
No known key found for this signature in database

View file

@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.0, 8.1]
php: [8.1]
database: ["mariadb:10.2", "mysql:8"]
services:
database: