Skip to content

Commit 93b2eaf

Browse files
authored
Merge pull request #161 from thephpleague/php-85
Support PHP 8.5
2 parents 0929e39 + f88367d commit 93b2eaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ jobs:
55
strategy:
66
matrix:
77
operating-system: ['ubuntu-latest']
8-
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
8+
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.4', '8.5']
99
runs-on: ${{ matrix.operating-system }}
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v4
1313

1414
- name: Setup PHP, with composer and extensions
1515
uses: shivammathur/setup-php@v2
@@ -22,7 +22,7 @@ jobs:
2222
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
2323

2424
- name: Cache composer dependencies
25-
uses: actions/cache@v2
25+
uses: actions/cache@v4
2626
with:
2727
path: ${{ steps.composercache.outputs.dir }}
2828
# Use composer.json for key, if composer.lock is not committed.

0 commit comments

Comments
 (0)