diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1b6df48..415751e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - php-versions: ["8.2", "8.3"] + php-versions: ["8.1", "8.2", "8.3"] name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.os }} steps: - name: Checkout