Skip to content

Commit

Permalink
Merge pull request #30 from wp-oop/feature/php-ci
Browse files Browse the repository at this point in the history
More CI for PHP
  • Loading branch information
XedinUnknown authored Aug 5, 2023
2 parents cc3dd7f + 336edbf commit a1fd2e3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.2', '7.3', '7.4', '8.0']
php-versions:
- '7.2'
- '7.3'
- '7.4'
- '8.0'
- '8.1'
- '8.2'

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

0 comments on commit a1fd2e3

Please sign in to comment.