Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
jobs:
prepare:
name: 'Prepare workflow'
uses: eliashaeussler/gha/.github/workflows/preparation.yaml@05cb9b379844348a1ad161dca85bc27ea8128427 # 0.3.6
uses: eliashaeussler/gha/.github/workflows/preparation.yaml@e242dd4c9992df970f38c911d3c9800770d68c3b # 0.4.6

checks:
name: 'Checks'
Expand All @@ -25,7 +25,7 @@ jobs:
permissions:
security-events: write

uses: eliashaeussler/gha/.github/workflows/checks.yaml@05cb9b379844348a1ad161dca85bc27ea8128427 # 0.3.6
uses: eliashaeussler/gha/.github/workflows/checks.yaml@e242dd4c9992df970f38c911d3c9800770d68c3b # 0.4.6
with:
# We use the minimum supported PHP version
php-version: 8.2 # renovate-ignore
Expand All @@ -51,7 +51,7 @@ jobs:
dependencies: "highest"
os: "Windows"

uses: eliashaeussler/gha/.github/workflows/composer-tests.yaml@05cb9b379844348a1ad161dca85bc27ea8128427 # 0.3.6
uses: eliashaeussler/gha/.github/workflows/composer-tests.yaml@e242dd4c9992df970f38c911d3c9800770d68c3b # 0.4.6
with:
php-version: ${{ matrix.php-version }}
dependencies: ${{ matrix.dependencies }}
Expand All @@ -64,7 +64,7 @@ jobs:
needs: [prepare]
if: ${{ needs.prepare.outputs.continue == 'true' }}

uses: eliashaeussler/gha/.github/workflows/composer-tests.yaml@05cb9b379844348a1ad161dca85bc27ea8128427 # 0.3.6
uses: eliashaeussler/gha/.github/workflows/composer-tests.yaml@e242dd4c9992df970f38c911d3c9800770d68c3b # 0.4.6
with:
command: 'test:e2e'

Expand All @@ -74,4 +74,4 @@ jobs:
needs: [prepare]
if: ${{ needs.prepare.outputs.continue == 'true' }}

uses: eliashaeussler/gha/.github/workflows/composer-test-coverage.yaml@05cb9b379844348a1ad161dca85bc27ea8128427 # 0.3.6
uses: eliashaeussler/gha/.github/workflows/composer-test-coverage.yaml@e242dd4c9992df970f38c911d3c9800770d68c3b # 0.4.6
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:

steps:
- name: 'Checkout'
uses: eliashaeussler/gha/.github/actions/checkout@05cb9b379844348a1ad161dca85bc27ea8128427 # 0.3.6
uses: eliashaeussler/gha/.github/actions/checkout@e242dd4c9992df970f38c911d3c9800770d68c3b # 0.4.6

- name: 'Build PHAR'
uses: eliashaeussler/gha/.github/actions/build-phar@05cb9b379844348a1ad161dca85bc27ea8128427 # 0.3.6
uses: eliashaeussler/gha/.github/actions/build-phar@e242dd4c9992df970f38c911d3c9800770d68c3b # 0.4.6
id: phar
with:
target-file: ${{ env.PHAR_FILE }}
Expand All @@ -38,7 +38,7 @@ jobs:
run: chmod +x "$PHAR_FILE"

- name: 'Build Docker'
uses: eliashaeussler/gha/.github/actions/build-docker@05cb9b379844348a1ad161dca85bc27ea8128427 # 0.3.6
uses: eliashaeussler/gha/.github/actions/build-docker@e242dd4c9992df970f38c911d3c9800770d68c3b # 0.4.6
with:
dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub-token: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:

steps:
- name: 'Checkout'
uses: eliashaeussler/gha/.github/actions/checkout@05cb9b379844348a1ad161dca85bc27ea8128427 # 0.3.6
uses: eliashaeussler/gha/.github/actions/checkout@e242dd4c9992df970f38c911d3c9800770d68c3b # 0.4.6

- name: 'Download PHAR file'
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
Expand All @@ -92,7 +92,7 @@ jobs:

- name: 'Build and deploy docs'
id: deploy
uses: eliashaeussler/gha/.github/actions/deploy-pages@05cb9b379844348a1ad161dca85bc27ea8128427 # 0.3.6
uses: eliashaeussler/gha/.github/actions/deploy-pages@e242dd4c9992df970f38c911d3c9800770d68c3b # 0.4.6
with:
build-command: 'docs:build'
base-path: 'docs/.vitepress/dist'
Expand All @@ -113,6 +113,6 @@ jobs:
permissions:
contents: write

uses: eliashaeussler/gha/.github/workflows/github-release.yaml@05cb9b379844348a1ad161dca85bc27ea8128427 # 0.3.6
uses: eliashaeussler/gha/.github/workflows/github-release.yaml@e242dd4c9992df970f38c911d3c9800770d68c3b # 0.4.6
with:
artifact-name: ${{ needs.assets.outputs.phar-artifact-name }}
4 changes: 3 additions & 1 deletion tests/e2e/setUp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ function _install_phive() {
# Download PHIVE
wget -qO "${phiveExecutable}" https://phar.io/releases/phive.phar
wget -qO "${phiveExecutable}.asc" https://phar.io/releases/phive.phar.asc
gpg --quiet --keyserver hkps://keys.openpgp.org --recv-keys 0x9D8A98B29B2D5D79
curl -sS https://keys.openpgp.org/vks/v1/by-fingerprint/6AF725270AB81E04D79442549D8A98B29B2D5D79 -o /tmp/key.asc
gpg --import /tmp/key.asc >/dev/null 2>&1
rm /tmp/key.asc
gpg --quiet --verify "${phiveExecutable}.asc" "${phiveExecutable}" >/dev/null 2>&1
chmod +x "${phiveExecutable}"

Expand Down
Loading