mirror of
https://codeberg.org/icewind/streams.git
synced 2026-06-03 16:44:07 +02:00
test php versions
This commit is contained in:
parent
1c6d18170e
commit
64792818d3
1 changed files with 8 additions and 1 deletions
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
|
|
@ -37,12 +37,19 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
name: Unit tests
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
php-version:
|
||||
- "7.3"
|
||||
- "7.4"
|
||||
- "8.0"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '8.0'
|
||||
php-version: "${{ matrix.php-version }}"
|
||||
coverage: pcov
|
||||
- name: Composer
|
||||
run: composer install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue