diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c0e8ae..fd976fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,12 +12,12 @@ jobs: strategy: fail-fast: false matrix: - php: ['7.1.3', '7.2', '7.3', '7.4', '8.0', '8.1'] + php: ['7.1.3', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] include: - php: '7.4' deps: lowest deprecations: max[self]=0 - - php: '8.0' + - php: '8.1' deps: highest deprecations: max[indirect]=5