Skip to content

Commit 7db6d34

Browse files
authored
Merge pull request laravel-doctrine#514 from laravel-doctrine/eg/extend-matrix
[FIX] Test with more versions
2 parents c1d7f4d + 041857e commit 7db6d34

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest]
10-
php: ['7.2', '7.3', '7.4', '8.0']
11-
doctrine: ['2.8', '2.9']
10+
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
11+
doctrine: ['2.8', '2.9', '2.10', '2.11']
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Setup PHP

Diff for: composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^7.2.5|^8.0",
20+
"doctrine/annotations": "^1",
2021
"doctrine/cache": "^1",
2122
"doctrine/dbal": "^2.13",
2223
"doctrine/orm": "^2.6",

0 commit comments

Comments
 (0)