Skip to content

Commit cefd4be

Browse files
Fix integration builds
1 parent b65da0c commit cefd4be

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest]
15-
php: ['7.3', '7.4', '8.0']
16-
include:
17-
- php: "8.0"
18-
composeroptions: "--ignore-platform-req=php"
15+
php: ['7.3', '7.4', '8.0', '8.1']
1916
steps:
2017
- uses: actions/checkout@master
2118

0 commit comments

Comments
 (0)