Skip to content

Commit

Permalink
feat: add PHP 8.1 in test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jdecool committed Dec 2, 2021
1 parent 18f8796 commit 0ebd893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
version: ['7.1', '7.2', '7.3', '7.4', '8.0']
version: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
flags: ['', '--prefer-lowest']
fail-fast: false
steps:
Expand Down

0 comments on commit 0ebd893

Please sign in to comment.