You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,21 +21,21 @@ jobs:
21
21
- name: Install dependencies
22
22
uses: php-actions/composer@v5
23
23
with:
24
-
php_version: 8.2
24
+
php_version: 8.4
25
25
version: 2
26
26
- name: Run tests
27
27
uses: php-actions/composer@v6
28
28
with:
29
29
command: run test
30
-
php_version: 8.2
30
+
php_version: 8.4
31
31
version: 2
32
32
env:
33
33
# because of: 1x: Class "ApiPlatform\Core\Bridge\Symfony\Bundle\Test\Client" should implement method "Symfony\Contracts\HttpClient\HttpClientInterface::withOptions(array $options)": Returns a new instance of the client with new default options.
0 commit comments