Skip to content

Commit

Permalink
Merge pull request #31 from pagemachine/php81
Browse files Browse the repository at this point in the history
Build against PHP 8.1
  • Loading branch information
mbrodala authored Apr 29, 2022
2 parents 3717719 + 8860337 commit fcc6aec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
matrix:
php:
- 7.4
- "8.0"
- '8.0'
- '8.1'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit fcc6aec

Please sign in to comment.