Skip to content

Commit

Permalink
Remove unused PHP dependency from codegen (#232)
Browse files Browse the repository at this point in the history
Fixes: #231
  • Loading branch information
mpkorstanje authored Jun 27, 2024
1 parent 574fe85 commit 9c0dbac
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test-codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ jobs:
with:
ruby-version: '3.1'

- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: "8.1"

- run: composer install
working-directory: php

Expand Down

0 comments on commit 9c0dbac

Please sign in to comment.