Skip to content

Commit 29f2ab3

Browse files
committed
better CI for lower/upper bounds between cakephp versions
1 parent c3b6bf9 commit 29f2ab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
runs-on: ubuntu-latest
125125
strategy:
126126
matrix:
127-
version: ['~5.0', '~5.1']
127+
version: ['~5.0.0', '^5.0']
128128
steps:
129129
- name: Checkout
130130
uses: actions/checkout@v2

0 commit comments

Comments
 (0)