Skip to content

Commit

Permalink
CI: Utilize stable version for relay-ext
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrolucky committed Jan 29, 2023
1 parent e5bd109 commit dc5f443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ matrix.php-extensions }},relay-dev"
extensions: "${{ matrix.php-extensions }},relay"
ini-values: "zend.assertions=1, max_execution_time=30"

- name: "Install symfony/flex"
Expand Down

0 comments on commit dc5f443

Please sign in to comment.