parser_state and token_type One Definition C++ Rule warnings #198
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |