diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml new file mode 100644 index 0000000..79a506e --- /dev/null +++ b/.github/workflows/php.yml @@ -0,0 +1,11 @@ +name: Continuous Integration: PHP + +jobs: + build: + runs-on: ubuntu-latest + + - name: Install dependencies + uses: php-actions/composer@v6 + with: + php_version: "7.4" + version: "2.x" \ No newline at end of file