We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac9d11f commit 699833cCopy full SHA for 699833c
.github/workflows/ci.yaml
@@ -8,11 +8,10 @@ on:
8
jobs:
9
call-workflow-ci-php-general:
10
name: General
11
- uses: BluePsyduck/github-workflows/.github/workflows/ci-php-general.yaml@master
+ uses: BluePsyduck/github-workflows/.github/workflows/ci-php-general.yaml@v1
12
13
call-workflow-ci-php-tests:
14
name: Tests
15
- uses: BluePsyduck/github-workflows/.github/workflows/ci-php-tests.yaml@master
+ uses: BluePsyduck/github-workflows/.github/workflows/ci-php-tests.yaml@v1
16
with:
17
php-versions: "8.1 8.0 7.4 7.3 7.2"
18
- min-php-version: "7.2"
0 commit comments