Skip to content

[ALLI-10623] Upgrade to Symfony PHPUnit Bridge 6.4. #4

[ALLI-10623] Upgrade to Symfony PHPUnit Bridge 6.4.

[ALLI-10623] Upgrade to Symfony PHPUnit Bridge 6.4. #4

Workflow file for this run

name: ci
on:
push:
branches:
- "**"
jobs:
test:
name: test
runs-on: "ubuntu-20.04"
strategy:
matrix:
include:
- php-version: 8.2
- php-version: 8.3
steps:
- name: checkout
uses: actions/checkout@v3
- name: start localstack
run: ./bin/dev/up
- name: PHP
uses: ./.github/actions/setup-php
with:
php-version: "${{ matrix.php-version }}"
- name: tests
run: ./bin/dev/unittest