Skip to content

Commit

Permalink
feat: upgrade for cms 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
williarin committed Feb 11, 2022
1 parent 2cd7f76 commit 7d900c9
Show file tree
Hide file tree
Showing 25 changed files with 1,932 additions and 14,576 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ module.exports = {
'plugin:@typescript-eslint/recommended', // Uses the recommended rules from the @typescript-eslint/eslint-plugin
'plugin:@typescript-eslint/recommended-requiring-type-checking',
'prettier',
'prettier/@typescript-eslint', // Uses eslint-config-prettier to disable ESLint rules from @typescript-eslint/eslint-plugin that would conflict with prettier
'plugin:prettier/recommended', // Enables eslint-plugin-prettier and displays prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
],
plugins: [
Expand Down
14 changes: 12 additions & 2 deletions .github/workflows/ci.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
name: CI

on: [ push, pull_request ]
on:
push:
branches:
- master
paths-ignore:
- '**/README.md'
pull_request:
branches:
- '**'
paths-ignore:
- '**/README.md'

jobs:
test_php:
Expand All @@ -10,7 +20,7 @@ jobs:

strategy:
matrix:
php: [ 8.1 ]
php: [ '8.1' ]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ yarn-error.log
.phpunit.result.cache

docker-compose.override.yml
composer.lock
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"require": {
"php": ">=8.1",
"numberninecms/cms": "^0.3.3"
"numberninecms/cms": "^0.4"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.11",
Expand Down
Loading

0 comments on commit 7d900c9

Please sign in to comment.