Skip to content

Commit

Permalink
Build: Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bpolaszek committed May 24, 2021
1 parent c9fea3a commit 3f9a3fe
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,22 @@ jobs:

strategy:
matrix:
php: ['5.6', '7.0', '7.1']
symfony: [2.7.*, 2.8.*, 3.2.*, 3.4.*]
php:
- '7.1'
- '7.2'
- '7.3'
- '7.4'
- '8.0'

include:
- php: '7.1'
symfony: 4.0.*
symfony:
- 4.0.*
- 4.1.*
- 4.2.*
- 4.3.*
- 4.4.*
- 5.0.*
- 5.1.*
- 5.2.*

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 3f9a3fe

Please sign in to comment.