Skip to content

Commit

Permalink
ci: Add PHP 8.3 to the test matrix (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
rybakit authored Feb 9, 2024
1 parent 356c699 commit f435651
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
- PHP_IMAGE: php:8.1-cli
TNT_LISTEN_URI: /tmp/tarantool_client.sock

- PHP_IMAGE: php:8.3-cli
- PHP_IMAGE: php:8.3-cli
TNT_LISTEN_URI: /tmp/tarantool_client.sock

- COVERAGE_FILE: coverage.clover
# scrutinizer doesn't support PHP 8
PHP_IMAGE: php:7.4-cli
Expand Down Expand Up @@ -70,7 +74,7 @@ jobs:
runs-on: ${{ matrix.operating-system }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build docker image
env: ${{ matrix.env }}
Expand Down

0 comments on commit f435651

Please sign in to comment.