Skip to content

Merge pull request #83 from he4rt/feat/php-8.3-support #195

Merge pull request #83 from he4rt/feat/php-8.3-support

Merge pull request #83 from he4rt/feat/php-8.3-support #195

Workflow file for this run

name: 'Tests'
on:
push:
branches:
- v1.3.x
pull_request:
branches:
- v1.3.x
jobs:
test_php81:
uses: he4rt/scylladb-php-driver/.github/workflows/[email protected]
with:
image: php-8.1.21
test_php81_zts:
uses: he4rt/scylladb-php-driver/.github/workflows/[email protected]
with:
image: php-8.1.21-zts
test_php82:
uses: he4rt/scylladb-php-driver/.github/workflows/[email protected]
with:
image: php-8.2.8
test_php82_zts:
uses: he4rt/scylladb-php-driver/.github/workflows/[email protected]
with:
image: php-8.2.8-zts
test_php83:
uses: he4rt/scylladb-php-driver/.github/workflows/[email protected]
with:
image: php-8.3.0
test_php83_zts:
uses: he4rt/scylladb-php-driver/.github/workflows/[email protected]
with:
image: php-8.3.0