Skip to content

Commit

Permalink
See if we can test on php-8 while allowing it to fail (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
christeredvartsen committed Aug 25, 2021
1 parent d2bbd11 commit 5460751
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ jobs:
operating-system: ['ubuntu-20.04']
php-versions: ['7.4']
mongodb-versions: ['5.0.2']
experimental: [false]
include:
- php-versions: '8.0'
experimental: true

runs-on: ${{ matrix.operating-system }}
continue-on-error: ${{ matrix.experimental }}

services:
mongodb:
Expand Down

0 comments on commit 5460751

Please sign in to comment.