diff --git a/.github/workflows/craftgate-build.yml b/.github/workflows/craftgate-build.yml index 2750422..b5ca231 100644 --- a/.github/workflows/craftgate-build.yml +++ b/.github/workflows/craftgate-build.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: operating-system: [ ubuntu-latest ] - php-versions: [ '5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1' ] + php-versions: [ '5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ] name: Build with PHP ${{ matrix.php-versions }} steps: - name: Checkout