Skip to content

KDS-587 module kodus sentry upgrade to php 8.4 (New major 3.0.0) (#12) #10

KDS-587 module kodus sentry upgrade to php 8.4 (New major 3.0.0) (#12)

KDS-587 module kodus sentry upgrade to php 8.4 (New major 3.0.0) (#12) #10

Workflow file for this run

name: Codeception tests
on: [push]
jobs:
build:
name: ${{matrix.operating-system}}, PHP ${{ matrix.php }}
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ ubuntu-latest, ubuntu-20.04 ]
php: [ '8.4' ]
steps:
- uses: actions/checkout@master
- name: Setup PHP Action
uses: shivammathur/setup-php@master
with:
php-version: ${{ matrix.php }}
- name: Install dependencies
run: composer install
- name: Run tests
run: composer run test