Skip to content

Commit ef4ef84

Browse files
committed
#25 ci: use PHP 8.4
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
1 parent 6c66c57 commit ef4ef84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ jobs:
2121
- name: Install dependencies
2222
uses: php-actions/composer@v5
2323
with:
24-
php_version: 8.2
24+
php_version: 8.4
2525
version: 2
2626
- name: Run tests
2727
uses: php-actions/composer@v6
2828
with:
2929
command: run test
30-
php_version: 8.2
30+
php_version: 8.4
3131
version: 2
3232
env:
3333
# 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.
3434
SYMFONY_DEPRECATIONS_HELPER: weak
3535
# - name: PHPUnit tests
3636
# uses: php-actions/phpunit@v2
3737
# with:
38-
# php_version: 8.2
38+
# php_version: 8.4
3939
# version: 8
4040
# - name: Run tests
4141
# run: vendor/bin/simple-phpunit

0 commit comments

Comments
 (0)