Skip to content

Commit

Permalink
Revert PHP 8.1 tests on master for now
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Mar 8, 2022
1 parent 694d0ae commit 5711e97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]',
Expand Down

0 comments on commit 5711e97

Please sign in to comment.