Skip to content

Commit 4e52b6a

Browse files
authored
Support PHP8 (#16)
1 parent 66868d7 commit 4e52b6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php-versions: ['7.3', '7.4']
15+
php-versions: ['7.3', '7.4', '8.0']
1616
name: PHP ${{ matrix.php-versions }}
1717
steps:
1818
- uses: actions/checkout@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Provide a real database, safe for testing purposes",
55
"license": "MIT",
66
"require": {
7-
"php": "^7.3",
7+
"php": "^7.3|^8.0",
88
"doctrine/orm": "^2.5.4"
99
},
1010
"require-dev": {

0 commit comments

Comments
 (0)