Skip to content

Commit

Permalink
Test on php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
keithbrink committed Sep 9, 2024
1 parent d057691 commit 10a213a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v5
- uses: php-actions/composer@v6
- name: PHPUnit Tests
uses: php-actions/phpunit@v3
uses: php-actions/phpunit@v4
with:
php_version: 8.3
php_extensions: pcov
bootstrap: vendor/autoload.php
configuration: phpunit.xml.dist
Expand Down

0 comments on commit 10a213a

Please sign in to comment.