Skip to content

Commit

Permalink
minor #3911 Add PHP 8.3 to the CI (fabpot)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.x branch.

Discussion
----------

Add PHP 8.3 to the CI

Commits
-------

a04cc88 Add PHP 8.3 to the CI
  • Loading branch information
fabpot committed Nov 21, 2023
2 parents e6ba716 + a04cc88 commit ff98249
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- '8.0'
- '8.1'
- '8.2'
- '8.3'
experimental: [false]

steps:
Expand Down Expand Up @@ -75,6 +76,7 @@ jobs:
- '8.0'
- '8.1'
- '8.2'
- '8.3'
extension:
- 'extra/cache-extra'
- 'extra/cssinliner-extra'
Expand Down

0 comments on commit ff98249

Please sign in to comment.