We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c53f965 commit d935fc6Copy full SHA for d935fc6
1 file changed
.github/workflows/tests.yml
@@ -3,7 +3,8 @@ name: tests
3
on: [push]
4
5
jobs:
6
- build_and_test:
+ test:
7
+ name: Run test with PHP v8.3
8
runs-on: ubuntu-latest
9
services:
10
typesense:
@@ -18,5 +19,9 @@ jobs:
18
19
TYPESENSE_ENABLE_CORS: true
20
steps:
21
- uses: actions/checkout@v4
22
+ - name: Setup PHP 8.3
23
+ uses: shivammathur/setup-php@v2
24
+ with:
25
+ php-version: '8.3'
26
- uses: php-actions/composer@v6
27
- run: vendor/bin/phpunit
0 commit comments