Skip to content

Commit

Permalink
disallow test failures on php 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
falkenhawk committed Oct 1, 2021
1 parent e772beb commit 8495a2f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ jobs:
- "7.2"
- "7.3"
- "7.4"
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-including-additional-values-into-combinations
include:
- php: "8.0"
experimental: true
- "8.0"

env:
MYSQL_USER: "zftest"
Expand Down

0 comments on commit 8495a2f

Please sign in to comment.