diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ef3b2d..db6b765 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest] - php-version: ['8.1'] + php-version: ['8.1', '8.2', '8.3'] name: 'PHPUnit' steps: - name: Checkout @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-version: ['8.1'] + php-version: ['8.1', '8.2', '8.3'] name: 'Psalm' steps: - name: Checkout