Skip to content

Commit dc5f443

Browse files
committed
CI: Utilize stable version for relay-ext
1 parent e5bd109 commit dc5f443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: "shivammathur/setup-php@v2"
7878
with:
7979
php-version: "${{ matrix.php-version }}"
80-
extensions: "${{ matrix.php-extensions }},relay-dev"
80+
extensions: "${{ matrix.php-extensions }},relay"
8181
ini-values: "zend.assertions=1, max_execution_time=30"
8282

8383
- name: "Install symfony/flex"

0 commit comments

Comments
 (0)