We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c22d81 + 7999cbc commit d32f54dCopy full SHA for d32f54d
.gitattributes
@@ -1,6 +1,6 @@
1
/.gitattributes export-ignore
2
+/.github/workflows/ export-ignore
3
/.gitignore export-ignore
-/.travis.yml export-ignore
4
/examples/ export-ignore
5
/phpunit.xml.dist export-ignore
6
/phpunit.xml.legacy export-ignore
.github/workflows/ci.yml
@@ -7,10 +7,11 @@ on:
7
jobs:
8
PHPUnit:
9
name: PHPUnit (PHP ${{ matrix.php }})
10
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
11
strategy:
12
matrix:
13
php:
14
+ - 8.4
15
- 8.3
16
- 8.2
17
- 8.1
0 commit comments