Skip to content

Commit 0289813

Browse files
committed
- update: added PHP 8.3 and 8.4
- update: actions versions bumped up
1 parent aae5397 commit 0289813

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ jobs:
1919
php-version:
2020
- '8.1'
2121
- '8.2'
22+
- '8.3'
23+
- '8.4'
2224

2325
steps:
2426
- name: Checkout code
25-
uses: actions/checkout@v2
27+
uses: actions/checkout@v4
2628

2729
- name: Setup PHP ${{ matrix.php-version }} (${{ matrix.os }})
2830
uses: shivammathur/setup-php@v2
@@ -39,7 +41,7 @@ jobs:
3941
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
4042

4143
- name: Cache Composer packages
42-
uses: actions/cache@v2
44+
uses: actions/cache@v4
4345
with:
4446
path: ${{ steps.composer-cache.outputs.dir }}
4547
key: composer-${{ runner.os }}-${{ matrix.php-version }}-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)