Skip to content

Test against PHP 8.3 and librdkafka 1.9, 2.3 #38

Test against PHP 8.3 and librdkafka 1.9, 2.3

Test against PHP 8.3 and librdkafka 1.9, 2.3 #38

Workflow file for this run

name: 'Package'
on:
pull_request:
jobs:
package:
name: 'Package'
runs-on: 'ubuntu-20.04'
steps:
- name: 'Check out repository'
uses: 'actions/checkout@v2'
with:
path: 'php-rdkafka'
- name: 'Install dependencies'
run: 'sudo apt-get -y install php7.4-dev librdkafka-dev'
- name: 'Package and verify package'
run: './php-rdkafka/.github/workflows/package/package.sh'
- name: 'Archive package'
uses: 'actions/upload-artifact@v2'
with:
path: 'php-rdkafka/rdkafka.tgz'