Skip to content

Commit 089fc4a

Browse files
committed
ci: fix Node.js 24, update actions to v5, fix README badges
1 parent d4c8723 commit 089fc4a

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
pull_request:
77
branches: [main]
88

9+
env:
10+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
11+
912
jobs:
1013
tests:
1114
name: PHP ${{ matrix.php }}
@@ -16,7 +19,7 @@ jobs:
1619
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1720

1821
steps:
19-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2023

2124
- name: Setup PHP
2225
uses: shivammathur/setup-php@v2
@@ -33,6 +36,6 @@ jobs:
3336

3437
- name: Upload coverage
3538
if: matrix.php == '8.3'
36-
uses: codecov/codecov-action@v4
39+
uses: codecov/codecov-action@v5
3740
with:
3841
file: coverage.xml

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
Zero-dependency QR Code generator for PHP 7.4–9.0.
44

5-
[![CI](https://github.com/MADEVAL/phpqrcode/actions/workflows/ci.yml/badge.svg)](https://github.com/MADEVAL/phpqrcode/actions)
6-
[![Coverage](https://codecov.io/gh/MADEVAL/phpqrcode/branch/main/graph/badge.svg)](https://codecov.io/gh/MADEVAL/phpqrcode)
7-
[![PHP Version](https://img.shields.io/packagist/php-v/globus-studio/phpqrcode)](https://packagist.org/packages/globus-studio/phpqrcode)
8-
[![License](https://img.shields.io/packagist/l/globus-studio/phpqrcode)](LICENSE)
5+
[![CI](https://github.com/MADEVAL/phpQRcode/actions/workflows/ci.yml/badge.svg)](https://github.com/MADEVAL/phpQRcode/actions)
6+
[![PHP](https://img.shields.io/badge/php-7.4%20|%208.x%20|%209.0-8892BF)](https://github.com/MADEVAL/phpQRcode)
7+
[![License](https://img.shields.io/github/license/MADEVAL/phpQRcode)](LICENSE)
98

109
## Features
1110

0 commit comments

Comments
 (0)