Skip to content

Commit

Permalink
add PHP 7.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
terrafrost committed Jun 21, 2024
1 parent e737803 commit 522e045
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 @@ -11,7 +11,7 @@ jobs:
PHP_VERSION: [
'4.4',
'5.0', '5.1', '5.2', '5.3', '5.4', '5.5', '5.6',
'7.1', '7.2', '7.3', '7.4',
'7.0', '7.1', '7.2', '7.3', '7.4',
'8.0', '8.0jit', '8.1', '8.1jit', '8.2', '8.2jit', '8.3', '8.3jit'
]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 522e045

Please sign in to comment.