We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3f4d0 commit a8d4037Copy full SHA for a8d4037
.github/workflows/tests.yaml
@@ -13,7 +13,7 @@ jobs:
13
14
strategy:
15
matrix:
16
- php-version: [ '8.1', '8.2' ]
+ php-version: [ '8.1', '8.2', '8.3', '8.4' ]
17
18
name: Run tests on PHP v${{ matrix.php-version }}
19
@@ -43,4 +43,4 @@ jobs:
43
- name: Run phpunit tests
44
run: vendor/bin/phpunit --colors=always --testdox
45
env:
46
- CURSEFORGE_API_KEY: ${{ secrets.CURSEFORGE_API_KEY }}
+ CURSEFORGE_API_KEY: ${{ secrets.CURSEFORGE_API_KEY }}
0 commit comments