We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f96309 commit fcb0f34Copy full SHA for fcb0f34
1 file changed
.github/workflows/main.yml
@@ -1,8 +1,8 @@
1
-name: CI
2
-run-name: continuous integration actions
+name: tests
+run-name: run tests and create code coverage
3
on: [push]
4
jobs:
5
- test:
+ test-php83:
6
runs-on: ubuntu-latest
7
steps:
8
- name: Checkout Code
0 commit comments