Skip to content

Commit 5535aca

Browse files
PHP 8.4 support
1 parent d1c05fd commit 5535aca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ on:
88
jobs:
99
tests:
1010
name: Test PHP ${{ matrix.php-version }} ${{ matrix.name }}
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php-version: ['8.1', '8.2', '8.3']
15+
php-version: ['8.1', '8.2', '8.3', '8.4']
1616
composer-flags: ['']
1717
name: ['']
1818
include:
19-
- php: 8.0
19+
- php: '8.0'
2020
composer-flags: '--prefer-lowest'
2121
name: '(prefer lowest dependencies)'
2222

2323
steps:
2424
- name: Checkout Code
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v4
2626

2727
- name: Setup PHP
2828
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)