Skip to content

chore: removing deprecated methods #413

chore: removing deprecated methods

chore: removing deprecated methods #413

Workflow file for this run

name: Tests
on:
push:
branches:
- "master"
pull_request:
schedule:
- cron: '0 0 * * MON'
jobs:
run:
runs-on: ubuntu-latest
strategy:
matrix:
php:
- 8.0
- 8.1
- 8.2
- 8.3
- 8.4
composer:
- v2
name: Run Unit Tests on PHP ${{ matrix.php }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
extensions: bcmath, bz2, gettext, mbstring, memcached, mcrypt, mysqli, opcache, pdo_mysql, zip, pdo, intl, json, pdo_pgsql, pgsql, session, simplexml, xml
tools: composer:v1, pecl
- name: Install vendors
run: composer install --prefer-source --no-interaction
- name: Run Atoum tests
run: php vendor/bin/atoum