Skip to content

Commit

Permalink
Merge pull request #134 from alecpl/dev/ci
Browse files Browse the repository at this point in the history
CI: Enable testing for PHP 8.1, 8.2, 8.3
  • Loading branch information
ashnazg committed Mar 9, 2024
2 parents 23a81cd + 068f6c3 commit f7a2200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
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 f7a2200

Please sign in to comment.