Skip to content

Commit

Permalink
Disable deprecation warnings
Browse files Browse the repository at this point in the history
At least for the php 8.4 build.
  • Loading branch information
sebastianfeldmann committed Oct 18, 2024
1 parent d6e5218 commit b6f179b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,23 @@ jobs:
- php: 8.0
buildphar: false
experimental: false
ini: error_reporting="E_ALL"
- php: 8.1
buildphar: false
experimental: false
ini: error_reporting="E_ALL"
- php: 8.2
buildphar: true
experimental: false
ini: error_reporting="E_ALL"
- php: 8.3
buildphar: true
experimental: false
ini: error_reporting="E_ALL"
- php: 8.4
buildphar: false
experimental: true
ini: error_reporting="E_ALL & ~E_DEPRECATED"
env:
PHAR: build/phar/captainhook.phar

Expand All @@ -36,6 +41,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
tools: composer:v2
ini-values: ${{ matrix.ini }}
extensions: mbstring

- name: PHP Version
Expand Down

0 comments on commit b6f179b

Please sign in to comment.