Skip to content

Commit a8d4037

Browse files
committed
Add php 8.3/4 to test versions
1 parent 3c3f4d0 commit a8d4037

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
php-version: [ '8.1', '8.2' ]
16+
php-version: [ '8.1', '8.2', '8.3', '8.4' ]
1717

1818
name: Run tests on PHP v${{ matrix.php-version }}
1919

@@ -43,4 +43,4 @@ jobs:
4343
- name: Run phpunit tests
4444
run: vendor/bin/phpunit --colors=always --testdox
4545
env:
46-
CURSEFORGE_API_KEY: ${{ secrets.CURSEFORGE_API_KEY }}
46+
CURSEFORGE_API_KEY: ${{ secrets.CURSEFORGE_API_KEY }}

0 commit comments

Comments
 (0)