Skip to content

Commit 70b7391

Browse files
committed
ci: bump php to 8.4
1 parent 3bc39c9 commit 70b7391

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
test:
7-
name: Run tests with PHP v8.3
7+
name: Run tests with PHP v8.4
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Start Typesense
@@ -24,10 +24,10 @@ jobs:
2424
--enable-cors
2525
2626
- uses: actions/checkout@v4
27-
- name: Setup PHP 8.3
27+
- name: Setup PHP 8.4
2828
uses: shivammathur/setup-php@v2
2929
with:
30-
php-version: "8.3"
30+
php-version: "8.4"
3131
coverage: xdebug
3232
- uses: php-actions/composer@v6
3333
- name: Run tests

0 commit comments

Comments
 (0)