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

Commit 92da405

Browse files
committed
Updated GitHub PHPUnit workflow
Added PHP 8.3 testing coverage. Updated action versions
1 parent c4ffae9 commit 92da405

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/phpunit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2]
10+
php: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3]
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414

1515
- name: Cache dependencies
16-
uses: actions/cache@v2
16+
uses: actions/cache@v4
1717
with:
1818
path: ~/.composer/cache/files
1919
key: dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)