Skip to content

[New Version] Update versions file to PHP 8.3.3 #1428

[New Version] Update versions file to PHP 8.3.3

[New Version] Update versions file to PHP 8.3.3 #1428

Workflow file for this run

name: Continuous Integration
on:
push:
pull_request:
jobs:
qa:
strategy:
matrix:
php: [7.3]
runs-on: ubuntu-latest
container:
image: wyrihaximusnet/php:${{ matrix.php }}-zts-alpine3.10-dev-root
steps:
- uses: actions/checkout@v1
- name: Install Dependencies
run: composer install --ansi --no-progress --no-interaction --prefer-dist
- name: 'Test'
run: php tests/test.php