Skip to content

Bump symfony/flex from 1.21.5 to 1.21.6 (#282) #324

Bump symfony/flex from 1.21.5 to 1.21.6 (#282)

Bump symfony/flex from 1.21.5 to 1.21.6 (#282) #324

Workflow file for this run

name: GitHub CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.1', '7.2', '7.3', '7.4']
name: PHP ${{ matrix.php }} environment
steps:
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
tools: composer:v2
- name: Set up Composer
run: composer install
- name: Test static-ldp
run: composer test
env:
TRELLIS_CONFIG_DIR: tests/resources/config/