Skip to content

Commit 24c2a26

Browse files
committed
Allow failures for PHP 8.0.
Signed-off-by: Raza Mehdi <[email protected]>
1 parent 6651530 commit 24c2a26

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
fail-fast: false
99
matrix:
1010
php-versions: ['8.0', '8.1', '8.2', '8.3']
11+
include:
12+
- php-versions: '8.0'
13+
continue-on-error: true
1114
steps:
1215
- name: Checkout
1316
uses: actions/checkout@v2

0 commit comments

Comments
 (0)