Skip to content

Commit 7824cd8

Browse files
committed
tidy build
1 parent f1c99f1 commit 7824cd8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ on:
77
jobs:
88
test:
99
runs-on: ubuntu-22.04
10-
continue-on-error: ${{ matrix.experimental }}
1110

1211
strategy:
1312
fail-fast: false
1413
matrix:
1514
php-version: ['8.2']
16-
experimental: [false]
1715

1816
steps:
1917
- uses: actions/checkout@v4
@@ -38,7 +36,7 @@ jobs:
3836
- name: Setup Packages
3937
run: |
4038
cd $GITHUB_WORKSPACE
41-
sudo apt update && sudo apt install -y rsync postfix
39+
sudo apt update && sudo apt install -y rsync
4240
4341
- name: Cache Composer dependencies
4442
uses: actions/cache@v4

0 commit comments

Comments
 (0)