Skip to content

Commit

Permalink
qa: Test PHP 8.3 in CI
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 6794fa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit 6794fa1

Please sign in to comment.