Skip to content

Commit

Permalink
CI: Enable testing for PHP 8.1, 8.2, 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpl committed Feb 11, 2024
1 parent 77b4f33 commit d5e5494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
fail-fast: false
matrix:
operating-system: [ ubuntu-latest ]
php: [ '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0' ]
php: [ '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
dependencies: [ 'locked' ]

name: PHP ${{ matrix.php }} on ${{ matrix.operating-system }} with ${{ matrix.dependencies }} dependencies

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
name: Checkout repository

- name: Setup PHP
Expand Down

0 comments on commit d5e5494

Please sign in to comment.