Skip to content

Commit

Permalink
bump gh workflows php version
Browse files Browse the repository at this point in the history
  • Loading branch information
neon64 committed Apr 1, 2024
1 parent fa5a7bf commit d016b3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.1'

- name: Validate composer.json and composer.lock
run: composer validate
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"require": {
"php": "^8.1",
"oxygen/data": "dev-laravel10",
"oxygen/data": "~0.12.0",
"laravel/framework": "^10.0",
"twig/twig": "^3.0",
"ueberdosis/tiptap-php": "^1.1",
Expand Down

0 comments on commit d016b3c

Please sign in to comment.