Skip to content

Commit

Permalink
Allow failures for PHP 8.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Raza Mehdi <[email protected]>
  • Loading branch information
srmklive committed Jun 18, 2024
1 parent 6651530 commit 24c2a26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
fail-fast: false
matrix:
php-versions: ['8.0', '8.1', '8.2', '8.3']
include:
- php-versions: '8.0'
continue-on-error: true
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 24c2a26

Please sign in to comment.