Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/composer/pocketmine/nbt-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKorlaar authored Sep 22, 2024
2 parents 54298bb + dc1c795 commit 7d3e9f4
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 8 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
node:
name: Node
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci skip]')"

steps:
- name: Checkout the project
Expand Down Expand Up @@ -41,6 +42,7 @@ jobs:
php:
name: PHP ${{ matrix.php }}
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci skip]')"
strategy:
matrix:
php: [ '8.2', '8.3' ]
Expand All @@ -53,7 +55,9 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
coverage: xdebug
coverage: none
ini-values: opcache.enable_cli=1, opcache.jit=tracing, opcache.jit_buffer_size=64M

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -113,7 +117,8 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
coverage: xdebug
coverage: none
ini-values: opcache.enable_cli=1, opcache.jit=tracing, opcache.jit_buffer_size=64M
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"production" : "mix --production"
},
"devDependencies" : {
"axios" : "^0.22.0",
"axios" : "^0.28.0",
"browser-sync" : "^2.29.3",
"browser-sync-webpack-plugin" : "^2.3.0",
"cross-env" : "^7.0.3",
Expand Down
46 changes: 41 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d3e9f4

Please sign in to comment.