Skip to content

Updated to PHP 8.4 #KDS-524 #10

Updated to PHP 8.4 #KDS-524

Updated to PHP 8.4 #KDS-524 #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 ]
php: [ '8.4' ]
steps:
- uses: actions/checkout@master
- name: Setup PHP
uses: shivammathur/setup-php@master
with:
php-version: ${{ matrix.php }}
- name: Install dependencies
run: composer install
- name: Run tests
run: php vendor/bin/codecept run