diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed471d4b..871df1d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: php: [ 7.2., 7.3, 7.4, 8.0 ] - contao: [ 4.4.*, 4.9.*, 4.* ] + contao: [ 4.4.*, 4.9.*, 4.10.* ] exclude: - php: 8.0 contao: 4.4.*