We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b8729e commit f9125b5Copy full SHA for f9125b5
1 file changed
.github/workflows/phpstan.yml
@@ -14,12 +14,12 @@ jobs:
14
- name: Download PHP Release
15
uses: dsaltares/fetch-gh-release-asset@1.1.1
16
with:
17
- file: Linux.zip
+ file: PHP-Linux-x86_64-PM5.tar.gz
18
repo: NetherGamesMC/php-build-scripts
19
- version: "tags/8.2-pm5"
+ version: "tags/php-8.3-latest"
20
token: ${{ secrets.GITHUB_TOKEN }}
21
- name: Unpack PHP Release
22
- run: unzip Linux.zip && tar -xzvf PHP_Linux-x86_64.tar.gz
+ run: tar -xzvf PHP-Linux-x86_64-PM5.tar.gz
23
- name: Checkout PharBuilder
24
uses: actions/checkout@v3
25
0 commit comments