Do not test against PHP 8.0. The toolchain is not ready for it :-(

This commit is contained in:
David Molineus
2022-02-21 16:49:43 +01:00
parent e9b0d6156f
commit 3f2020b0d1

View File

@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [7.3, 7.4, 8.0, 8.1, 8.2]
php: [7.3, 7.4]
contao: [~4.9.0, ~4.13.0]
steps: