Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 5 additions & 27 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: Test

on:
push:
branches: [ $default-branch ]
pull_request:
branches: [ $default-branch ]
workflow_dispatch:
on: [push, pull_request]

jobs:
test:
Expand All @@ -15,30 +10,13 @@ jobs:

strategy:
matrix:
php-version: ['7.4', '8.2']
symfony-version: ['4.4', '5.3', '5.4', '6.4', '7.0']
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
symfony-version: ['5.4', '6.4', '7.2']
coverage: ['none']
exclude:
- php-version: '7.4'
symfony-version: '6.4'
- php-version: '7.4'
symfony-version: '7.0'
include:
- php-version: '8.0'
symfony-version: '5.4'
- php-version: '8.3'
symfony-version: '6.4'
coverage: xdebug
- php-version: '8.1'
symfony-version: '6.2'
coverage: 'none'
- php-version: '8.1'
symfony-version: '6.1'
coverage: 'none'
- php-version: '8.1'
symfony-version: '6.3'
coverage: 'none'
- php-version: '8.2'
symfony-version: '6.3'
coverage: 'none'

steps:
- name: Checkout
Expand Down