Skip to content

Commit

Permalink
Merge branch 'dev/4.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
fuyutsuki committed Jul 2, 2023
2 parents 323ee89 + 3d1d8d6 commit 87b168a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:

- name: Build plugin Phar
run: |
rm -rf bin
mkdir build
php -dphar.readonly=0 DevTools/stub.php --make . --out "build/Texter_v${{ steps.check-texter-version.outputs.VER }}.phar"
Expand Down Expand Up @@ -103,8 +104,5 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: "8.2"
- uses: SOF3/[email protected]
id: pharynx
with:
pharynx-version: "0.3.2"
php-version: ${{ matrix.php }}
- uses: SOF3/[email protected]

0 comments on commit 87b168a

Please sign in to comment.