Skip to content

Commit 2b99251

Browse files
authored
Add PHP 8.3 and bump actions (#156)
1 parent d23adb5 commit 2b99251

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-unit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
strategy:
1212
matrix:
1313
operating-system: [ 'ubuntu-latest' ]
14-
php-versions: [ '5.6', '7.0', '7.1', '7.2', '7.3', '8.0', '8.1', '8.2' ]
14+
php-versions: [ '5.6', '7.0', '7.1', '7.2', '7.3', '8.0', '8.1', '8.2', '8.3' ]
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1818

1919
- name: Cache vendor
20-
uses: actions/cache@v2
20+
uses: actions/cache@v3
2121
with:
2222
path: |
2323
vendor
@@ -34,4 +34,4 @@ jobs:
3434
run: '[ -e vendor ] || composer install'
3535

3636
- name: Run Tests
37-
run: make deps test
37+
run: make deps test

0 commit comments

Comments
 (0)