Rename continuous integration script

This commit is contained in:
Zach Borboa
2021-06-10 12:30:24 -04:00
parent 2a79fe1575
commit c3384653e7
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -28,6 +28,6 @@ jobs:
uses: actions/checkout@v2
- name: Test
run: bash tests/script.sh
run: bash tests/ci.sh
env:
CI_PHP_VERSION: ${{ matrix.php }}
View File