Skip to content

Commit

Permalink
.github/workflows/ci.yml - Add php84 to test matrix. Bump GH action v…
Browse files Browse the repository at this point in the history
…ersion.
  • Loading branch information
totten committed Aug 1, 2024
1 parent 1d502ad commit 7610e79
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,22 @@ jobs:
strategy:
matrix:
include:
- php: 7.2
phpunit: 7
- php: 7.3
phpunit: 8
- php: 7.4
phpunit: 8
- php: 8.2
phpunit: 8
- php: 8.4
phpunit: 9

steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v6
with:
php_extensions: pcntl
- name: PHPUnit Tests
uses: php-actions/phpunit@v3
uses: php-actions/phpunit@master
with:
configuration: phpunit.xml.dist
version: ${{ matrix.phpunit }}
Expand Down

0 comments on commit 7610e79

Please sign in to comment.