Skip to content

Commit ae949d3

Browse files
committed
Added newer PHP versions
1 parent e32f631 commit ae949d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php: [ '7.4', '8.0', '8.1' ]
14+
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
1515
coverage-driver: [ pcov ]
1616
name: PHP ${{ matrix.php }}
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4
2020

2121
- name: Install PHP
2222
uses: shivammathur/setup-php@v2
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Cache Composer packages
3030
id: composer-cache
31-
uses: actions/cache@v2
31+
uses: actions/cache@v3
3232
with:
3333
path: vendor
3434
key: ${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)