Skip to content

Commit 01f998f

Browse files
authored
Merge pull request #23 from moebrowne/update-php-versions
Updates GitHub Actions PHP Versions
2 parents bc0455a + 0f66052 commit 01f998f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
strategy:
88
fail-fast: true
99
matrix:
10-
php: [ 8.0, 8.1 ]
10+
php: [ 8.0, 8.1, 8.2, 8.3, 8.4 ]
1111
dependency-version: [ prefer-lowest, prefer-stable ]
1212

1313
name: P${{ matrix.php }} - ${{ matrix.dependency-version }}
14-
14+
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v2

0 commit comments

Comments
 (0)