Skip to content

Merge pull request #4172 from oat-sa/fix/AUT-4041/back-to-platform-bu… #1828

Merge pull request #4172 from oat-sa/fix/AUT-4041/back-to-platform-bu…

Merge pull request #4172 from oat-sa/fix/AUT-4041/back-to-platform-bu… #1828

name: Continuous integration
on:
push:
branches: [ master, develop ]
pull_request:
branches: [ develop ]
jobs:
ci:
runs-on: ${{ matrix.operating-system }}
strategy:
fail-fast: false
matrix:
operating-system: [ ubuntu-latest ]
php-version: [ '8.1', '8.2', '8.3' ]
include:
- php-version: '8.3'
coverage: true
steps:
- name: CI
uses: oat-sa/tao-extension-ci-action@v1
with:
php: ${{ matrix.php-version }}
coverage: ${{ matrix.coverage }}