Skip to content

Commit

Permalink
build: Add PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyvdSluijs committed Apr 11, 2024
1 parent 6b35b2c commit 035670c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ jobs:
allow_fail: false
name: 'PHP 8.2 with lowest stable deps'
composer_update_flags: '--prefer-lowest --prefer-stable'
- php: 8.3
allow_fail: false
name: 'PHP 8.3 with latest deps'
- php: 8.3
allow_fail: false
name: 'PHP 8.3 with lowest stable deps'
composer_update_flags: '--prefer-lowest --prefer-stable'
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 035670c

Please sign in to comment.