diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 091be22..df5ee91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,3 +80,12 @@ jobs: - uses: actions/checkout@v4 - name: Launch run: ./launch.py 100 1000 5 3 node JS/queens.js + + launch-php: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - name: Launch + run: ./launch.py 100 1000 5 3 php PHP/queens.php