Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Commit

Permalink
added php 8 to ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
nutama committed Jul 12, 2021
1 parent ab19ffc commit d931a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
php-versions: ['7.3', '7.4']
php-versions: ['7.3', '7.4', '8.0']
name: PHP ${{ matrix.php-versions }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"symfony/symfony": "^4.4||^5.0",
"doctrine/doctrine-bundle": ">=1.7.0",
"doctrine/orm": ">=2.6",
"symfony/symfony1": ">=1.1.26"
"symfony/symfony1": "~1.1.27"
},
"require-dev": {
"phpunit/phpunit" : "^9.5.6",
Expand Down

0 comments on commit d931a91

Please sign in to comment.