Skip to content

Commit

Permalink
[CI] Adapted setup to 2.3 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Oct 11, 2021
1 parent 89a9d4e commit 4a0116c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
- '[0-9]+.[0-9]+'
pull_request: ~

env:
COMPOSER_ROOT_VERSION: 1.0.x-dev
jobs:
tests:
name: Tests
Expand All @@ -20,9 +18,8 @@ jobs:
fail-fast: false
matrix:
php:
- '7.1'
- '7.2'
- '7.3'
- '7.4'
composer_options: [ "" ]
experimental: [false]

Expand Down

0 comments on commit 4a0116c

Please sign in to comment.