Skip to content

Commit

Permalink
Merge branch 'trunk' into add-phpcs-with-per-coding-standards
Browse files Browse the repository at this point in the history
  • Loading branch information
unfulvio-godaddy authored Dec 19, 2022
2 parents fe4d17c + d6a8420 commit 9733469
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,15 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
php: ['8.1', '8.0', '7.4']
os: ['ubuntu-latest']
php: [ '8.2' ]
os: [ 'ubuntu-20.04' ]
include:
- php: '8.1'
os: 'ubuntu-latest'
- php: '8.0'
os: 'ubuntu-20.04'
- php: '7.4'
os: 'ubuntu-20.04'
- php: '7.3'
os: 'ubuntu-18.04' # PHP 7.3 is not pre-installed in ubuntu-latest
fail-fast: false
Expand Down

0 comments on commit 9733469

Please sign in to comment.