Skip to content

Commit

Permalink
Test PHP up to 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dakujem committed Nov 29, 2023
1 parent ab0f267 commit 38a9879
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/php-test.yml
Expand Up @@ -21,8 +21,12 @@ jobs:
- php: '7.4'
composer-flags: '--prefer-lowest'
- php: '7.4'
- php: '8.0'
composer-flags: '--prefer-lowest'
- php: '8.0'
- php: '8.1'
- php: '8.2'
- php: '8.3'
# Steps represent a sequence of tasks that will be executed as part of the job
name: "PHP${{ matrix.php }} ${{ matrix.composer-flags }}"
steps:
Expand Down

0 comments on commit 38a9879

Please sign in to comment.