Skip to content

Commit

Permalink
chore: add testruns for php 8.3 (#84)
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Georg <[email protected]>
Co-authored-by: Daniël Brekelmans <[email protected]>
  • Loading branch information
3 people authored Oct 4, 2023
1 parent 838cccd commit d75f019
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
php: [7.4, 8.0, 8.1, 8.2]
php: [7.4, 8.0, 8.1, 8.2, 8.3]
dependencies: [locked]
include:
- os: ubuntu-latest
Expand All @@ -57,6 +57,9 @@ jobs:
- os: ubuntu-latest
php: 8.2
dependencies: lowest
- os: ubuntu-latest
php: 8.3
dependencies: lowest
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit d75f019

Please sign in to comment.