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

Commit

Permalink
Updated GitHub PHPUnit workflow
Browse files Browse the repository at this point in the history
Added PHP 8.3 testing coverage.
Updated action versions
  • Loading branch information
ssddanbrown committed Mar 29, 2024
1 parent c4ffae9 commit 92da405
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2]
php: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3]
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.composer/cache/files
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
Expand Down

0 comments on commit 92da405

Please sign in to comment.