Skip to content

Commit

Permalink
chore: Add support for PHP 8.3
Browse files Browse the repository at this point in the history
No changes to the code required.
  • Loading branch information
TimWolla committed Aug 24, 2023
1 parent d608ee9 commit 9757d83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/quality-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
name: Quality Assurance
runs-on: ubuntu-latest
env:
php-version: '8.2'
php-version: '8.3'
php-extensions: yaml
steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"

env:
php-extensions: yaml
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.0.0 || ~8.1.0 || ~8.2.0",
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"composer-runtime-api": "^2.0",
"psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
},
Expand Down

0 comments on commit 9757d83

Please sign in to comment.