Skip to content

Commit

Permalink
fix: update php version
Browse files Browse the repository at this point in the history
  • Loading branch information
alaminfirdows committed Oct 2, 2024
1 parent 5cfdf02 commit 0da795e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 51 deletions.
49 changes: 0 additions & 49 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 0da795e

Please sign in to comment.