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 f1c99f1 commit 7824cd8Copy full SHA for 7824cd8
.github/workflows/build-release.yml
@@ -7,13 +7,11 @@ on:
7
jobs:
8
test:
9
runs-on: ubuntu-22.04
10
- continue-on-error: ${{ matrix.experimental }}
11
12
strategy:
13
fail-fast: false
14
matrix:
15
php-version: ['8.2']
16
- experimental: [false]
17
18
steps:
19
- uses: actions/checkout@v4
@@ -38,7 +36,7 @@ jobs:
38
36
- name: Setup Packages
39
37
run: |
40
cd $GITHUB_WORKSPACE
41
- sudo apt update && sudo apt install -y rsync postfix
+ sudo apt update && sudo apt install -y rsync
42
43
- name: Cache Composer dependencies
44
uses: actions/cache@v4
0 commit comments