We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66868d7 commit 4e52b6aCopy full SHA for 4e52b6a
.github/workflows/main.yaml
@@ -12,7 +12,7 @@ jobs:
12
13
strategy:
14
matrix:
15
- php-versions: ['7.3', '7.4']
+ php-versions: ['7.3', '7.4', '8.0']
16
name: PHP ${{ matrix.php-versions }}
17
steps:
18
- uses: actions/checkout@v2
composer.json
@@ -4,7 +4,7 @@
4
"description": "Provide a real database, safe for testing purposes",
5
"license": "MIT",
6
"require": {
7
- "php": "^7.3",
+ "php": "^7.3|^8.0",
8
"doctrine/orm": "^2.5.4"
9
},
10
"require-dev": {
0 commit comments