Skip to content

Commit 699833c

Browse files
committed
Changed shared workflows to stable release.
1 parent ac9d11f commit 699833c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ on:
88
jobs:
99
call-workflow-ci-php-general:
1010
name: General
11-
uses: BluePsyduck/github-workflows/.github/workflows/ci-php-general.yaml@master
11+
uses: BluePsyduck/github-workflows/.github/workflows/ci-php-general.yaml@v1
1212

1313
call-workflow-ci-php-tests:
1414
name: Tests
15-
uses: BluePsyduck/github-workflows/.github/workflows/ci-php-tests.yaml@master
15+
uses: BluePsyduck/github-workflows/.github/workflows/ci-php-tests.yaml@v1
1616
with:
1717
php-versions: "8.1 8.0 7.4 7.3 7.2"
18-
min-php-version: "7.2"

0 commit comments

Comments
 (0)