Skip to content

Commit 4de712c

Browse files
Merge pull request #6 from genkgo/php84
include php 8.4 in flow
2 parents 85d7f75 + b6d1268 commit 4de712c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- '8.1'
1717
- '8.2'
1818
- '8.3'
19+
- '8.4'
1920
steps:
2021
- uses: shivammathur/setup-php@v2
2122
with:
@@ -28,5 +29,5 @@ jobs:
2829
run: |
2930
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
3031
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
31-
- run: composer install --ignore-platform-req=php+
32+
- run: composer install
3233
- run: vendor/bin/phpunit

0 commit comments

Comments
 (0)