Skip to content

Commit d935fc6

Browse files
committed
ci: use php 8.3
1 parent c53f965 commit d935fc6

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: tests
33
on: [push]
44

55
jobs:
6-
build_and_test:
6+
test:
7+
name: Run test with PHP v8.3
78
runs-on: ubuntu-latest
89
services:
910
typesense:
@@ -18,5 +19,9 @@ jobs:
1819
TYPESENSE_ENABLE_CORS: true
1920
steps:
2021
- uses: actions/checkout@v4
22+
- name: Setup PHP 8.3
23+
uses: shivammathur/setup-php@v2
24+
with:
25+
php-version: '8.3'
2126
- uses: php-actions/composer@v6
2227
- run: vendor/bin/phpunit

0 commit comments

Comments
 (0)