Run tests on PHP 8.1

This commit is contained in:
Ruud Kamphuis
2021-11-13 10:20:47 +01:00
committed by GitHub
parent b53b0a238b
commit 26843f4dbf

View File

@@ -16,7 +16,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
php: ["7.3", "7.4", "8.0"] php: ["7.3", "7.4", "8.0", "8.1"]
symfony: ["4.4.*", "5.1.*"] symfony: ["4.4.*", "5.1.*"]
steps: steps: