Skip to content

Commit

Permalink
build: Add PHP 8.2 and 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyvdSluijs committed Apr 11, 2024
1 parent 14e470f commit 7e4f7ec
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@ jobs:
allow_fail: false
name: 'PHP 8.1 with lowest stable deps'
composer_update_flags: '--prefer-lowest --prefer-stable'
- php: 8.2
allow_fail: false
name: 'PHP 8.2 with latest deps'
- php: 8.2
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 7e4f7ec

Please sign in to comment.