Skip to content

Fix CI for php 8.3 #717

Fix CI for php 8.3

Fix CI for php 8.3 #717

Workflow file for this run

name: Continuous Integration
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
run-tests:
runs-on: ubuntu-22.04
strategy:
matrix:
php: ["8.3"]
librdkafka: [v1.8.2]
extrdkafka: [6.0.0]
laravel: [10]
steps:
- uses: actions/checkout@v2
- name: Test ${{ matrix.php }}-${{ matrix.librdkafka }}-${{ matrix.extrdkafka }}-${{ matrix.laravel }}
run:
make version-test-10-${{ matrix.php }}-${{ matrix.librdkafka }}-${{ matrix.extrdkafka }}-${{ matrix.laravel }}