Skip to content

Commit

Permalink
Merge 740888e into f28c621
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Apr 8, 2022
2 parents f28c621 + 740888e commit c357204
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,20 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
symfonyVersion: [ ^4.4, ^5.0 ]
symfonyVersion: [ ^4.4, ^5.0, ^6.0 ]
include:
- symfonyVersion: ^6.0
phpVersion: '8.1'
- symfonyVersion: ^4.4
phpVersion: '7.4'
- symfonyVersion: ^5.0
phpVersion: '7.4'

steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version:
- name: Checkout Code
uses: actions/checkout@v2
- name: Install Dependencies
Expand All @@ -44,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
symfonyVersion: [^4.4, ^5.0]
symfonyVersion: [^4.4, ^5.0, ^6.0]
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"minimum-stability": "stable",
"license": "MIT",
"require": {
"symfony/framework-bundle": "^4.4 | ^5.0",
"symfony/framework-bundle": "^4.4 | ^5.0 | ^6.0",
"rikudou/psr6-dynamo-db": "^2.0",
"php": "^7.2 | ^8.0",
"symfony/cache": "^4.4 | ^5.0",
Expand Down

0 comments on commit c357204

Please sign in to comment.