diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 032f248a..e47b5a9a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['7.4', '8.0'] + php-versions: ['7.4', '8.0', '8.1'] name: PHP ${{ matrix.php-versions }} steps: - name: 📤 Checkout project @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['7.4', '8.0'] + php-versions: ['7.4', '8.0', '8.1'] name: Code style (PHP ${{ matrix.php-versions }}) steps: - name: 📤 Checkout project @@ -78,7 +78,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: ['7.4', '8.0'] + php-versions: ['7.4', '8.0', '8.1'] name: Static analysis (PHP ${{ matrix.php-versions }}) steps: - name: 📤 Checkout project