Skip to content

Commit 52d04ca

Browse files
authored
Update ci.yml (#84)
* Update to actions/checkout@4 * Test on PHP 8.3 and 8.4
1 parent 5d7ba85 commit 52d04ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
17+
php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1818

1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121
- name: Set up PHP ${{ matrix.php-version }}
2222
uses: shivammathur/setup-php@v2
2323
with:

0 commit comments

Comments
 (0)