Skip to content

Update for PHP 8.5

Update for PHP 8.5 #10

Workflow file for this run

name: Test
on: [ push ]
jobs:
test:
runs-on: ubuntu-24.04
strategy:
matrix:
php: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
steps:
- uses: actions/checkout@v2
- run: mkdir -p build/logs
- name: Test PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{matrix.php}}
- run: composer install
- run: php vendor/bin/phpunit