Skip to content

Commit

Permalink
Merge pull request #630 from Chris53897/feature/add-ci-tests-for-php83
Browse files Browse the repository at this point in the history
chore: add ci tests for php 8.3
  • Loading branch information
danielmorell authored Sep 15, 2023
2 parents 3ef7481 + 028f01d commit e699fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
matrix:
# All the versions, OS, and dependency levels we want to support
os: [ubuntu] # TODO: windows, macos
php: [ '8.0', '8.1', '8.2' ]
php: [ '8.0', '8.1', '8.2', '8.3' ]
dependency: [ stable ]
# Our code has paths for with- and without- XDebug, and we want to test
# both of them.
Expand Down

0 comments on commit e699fd1

Please sign in to comment.