Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
* Update to actions/checkout@4
* Test on PHP 8.3 and 8.4
  • Loading branch information
reedy authored Nov 25, 2024
1 parent 5d7ba85 commit 62460b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up PHP ${{ matrix.php-version }}
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 62460b2

Please sign in to comment.