Skip to content

Commit

Permalink
Added newer PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Mar 27, 2024
1 parent e32f631 commit ae949d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '7.4', '8.0', '8.1' ]
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
coverage-driver: [ pcov ]
name: PHP ${{ matrix.php }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install PHP
uses: shivammathur/setup-php@v2
Expand All @@ -28,7 +28,7 @@ jobs:

- name: Cache Composer packages
id: composer-cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: vendor
key: ${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
Expand Down

0 comments on commit ae949d3

Please sign in to comment.