Skip to content

Commit 5dd042d

Browse files
authored
Update continuous-integration.yml
1 parent 17bb295 commit 5dd042d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
php-version:
1919
- "8.2"
2020
- "8.3"
21+
- "8.4"
2122
operating-system:
2223
- "ubuntu-latest"
2324
steps:
@@ -77,7 +78,7 @@ jobs:
7778
run: composer run-script test
7879

7980
- name: Coverage Check
80-
uses: ericsizemore/phpunit-coverage-check-action@1.0.1
81+
uses: ericsizemore/phpunit-coverage-check-action@1.1.0
8182
with:
8283
clover_file: 'build/logs/clover.xml'
8384
threshold: 100

0 commit comments

Comments
 (0)