Skip to content

Commit

Permalink
minor symfony#1218 Make GitHub test config easier to maintain (javier…
Browse files Browse the repository at this point in the history
…eguiluz)

This PR was merged into the main branch.

Discussion
----------

Make GitHub test config easier to maintain

This nice idea was suggested by `@stof` in symfony#1216 (comment) It's much better. Thanks!

Commits
-------

023273e Make GitHub test config easier to maintain
  • Loading branch information
javiereguiluz committed May 20, 2021
2 parents cc58ec8 + 023273e commit 3181cf8
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,13 @@ jobs:

strategy:
matrix:
operating-system: ['ubuntu-latest', 'windows-latest', 'macos-latest']
operating-system: ['ubuntu-latest']
php-version: ['7.3', '7.4', '8.0']
exclude:
include:
- operating-system: 'macos-latest'
php-version: '7.3'
- operating-system: 'macos-latest'
php-version: '7.4'
- operating-system: 'windows-latest'
php-version: '7.3'
php-version: '8.0'
- operating-system: 'windows-latest'
php-version: '7.4'
php-version: '8.0'

steps:
- name: "Checkout code"
Expand Down

0 comments on commit 3181cf8

Please sign in to comment.