Skip to content

Commit f88cb22

Browse files
authored
Add GitHub permissions and add PHP 8.4 to tests
1 parent 6896b72 commit f88cb22

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Run tests
22

3+
permissions:
4+
contents: read
5+
36
on:
47
push:
58
pull_request:
@@ -12,7 +15,7 @@ jobs:
1215
strategy:
1316
fail-fast: false
1417
matrix:
15-
php-version: ["5.4", "5.5", "5.6", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
18+
php-version: ["5.4", "5.5", "5.6", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
1619
experimental: [false]
1720
composer-options: ['']
1821
include:

0 commit comments

Comments
 (0)