Skip to content

Commit

Permalink
Add PHP 8.3 and bump actions (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes authored Sep 12, 2023
1 parent d23adb5 commit 2b99251
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
strategy:
matrix:
operating-system: [ 'ubuntu-latest' ]
php-versions: [ '5.6', '7.0', '7.1', '7.2', '7.3', '8.0', '8.1', '8.2' ]
php-versions: [ '5.6', '7.0', '7.1', '7.2', '7.3', '8.0', '8.1', '8.2', '8.3' ]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Cache vendor
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
vendor
Expand All @@ -34,4 +34,4 @@ jobs:
run: '[ -e vendor ] || composer install'

- name: Run Tests
run: make deps test
run: make deps test

0 comments on commit 2b99251

Please sign in to comment.