From 5711e97004b1a44b423678c7e47f21896ecef04f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Tue, 8 Mar 2022 22:42:41 +0100 Subject: [PATCH] Revert PHP 8.1 tests on master for now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .github/workflows/phpunit.yml | 4 ---- webpack.js | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index e202020ac..f8e9146e2 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -78,10 +78,6 @@ jobs: php-versions: ['7.4'] databases: ['mysql'] server-versions: ['stable21', 'stable22', 'stable23', 'master'] - include: - - server-versions: master - databases: mysql - php-versions: 8.1 name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }} diff --git a/webpack.js b/webpack.js index 2b6b243bb..8138f67b0 100644 --- a/webpack.js +++ b/webpack.js @@ -17,7 +17,7 @@ const config = { module: { rules: [ { - test: /\.(png|jpg|gif|svg)$/, + test: /\.(png|jpg|gif)$/, loader: 'url-loader', options: { name: '[name].[ext]?[hash]',