Skip to content

Commit

Permalink
update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chaz6chez committed Aug 10, 2023
1 parent 96cf161 commit 36a631c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ on:
jobs:
PHPUnit:
name: PHPUnit (PHP ${{ matrix.php }})
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:
php:
- 8.3
- 8.2
- 8.1
- 8.0
- 7.4
Expand All @@ -21,7 +23,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
extensions: event
tools: phpunit:9.5, composer:v2
tools: phpunit:9, composer:v2
coverage: none
- run: composer install
- run: vendor/bin/phpunit tests

0 comments on commit 36a631c

Please sign in to comment.