Skip to content

Commit

Permalink
Merge pull request #22 from alaminfirdows/fix/github-action
Browse files Browse the repository at this point in the history
test: update github action workflow
  • Loading branch information
alaminfirdows authored Oct 2, 2024
2 parents 2a48f11 + 0da795e commit ea04f1a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 65 deletions.
63 changes: 0 additions & 63 deletions .githhub/workflows/tests.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.2', '8.1', '8.2']
php-versions: ['7.3', '8.1', '8.2']

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.2|^8.1|^8.2",
"php": "^7.3|^8.1|^8.2",
"codex-team/editor.js": "v2.0.7",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
},
Expand Down

0 comments on commit ea04f1a

Please sign in to comment.