Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
replace travis by gha (#78)
Browse files Browse the repository at this point in the history
* update test job

* remove php 7.4 support
  • Loading branch information
edno authored Feb 18, 2023
1 parent 3477c36 commit d3d4c75
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,16 @@ jobs:
runs-on: ubuntu-latest
env:
XDEBUG_MODE: coverage
strategy:
matrix:
php-version: ['8.0', '8.1', '8.2']

steps:
- name: Setup PHP with PECL extension
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}

- uses: actions/checkout@v3

- name: Validate composer.json and composer.lock
Expand Down

0 comments on commit d3d4c75

Please sign in to comment.