Skip to content

Commit ddbc6f1

Browse files
authored
Adding CI for flysystem v1 (#305)
* Adding CI for flysystem 1 * Split version-bridge.php in two * Fixed tests and added minimum-stabillity * Update version of shivammathur/setup-php@1.[0-9].[0-9]
1 parent 7175f8f commit ddbc6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Set up PHP
20-
uses: shivammathur/setup-php@1.7.0
20+
uses: shivammathur/setup-php@2.1.2
2121
with:
2222
php-version: ${{ matrix.php }}
2323
coverage: xdebug

0 commit comments

Comments
 (0)