diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index de7c7f3..36657a0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-version: ['7.4', '8.0', '8.1', '8.2', '8.3'] + php-version: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] name: ${{ matrix.php-version }} runs-on: ${{ matrix.operating-system }} steps: