Skip to content

Commit

Permalink
Enable php 8.1 experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Oct 3, 2022
1 parent fa84d41 commit a40257c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
- "7.3"
- "7.4"
- "8.0"
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-including-additional-values-into-combinations
include:
- php: "8.1"
experimental: true

env:
MYSQL_USER: "zftest"
Expand Down

0 comments on commit a40257c

Please sign in to comment.