We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e28be2 commit 22a1a0cCopy full SHA for 22a1a0c
.github/workflows/ci.yml
@@ -6,6 +6,23 @@ on:
6
- "**"
7
8
jobs:
9
+ php84:
10
+ name: "php 8.4"
11
+ runs-on: ubuntu-latest
12
+ container: "nofutur3/php-tests:8.4"
13
+ steps:
14
+ - name: Checkout repository
15
+ uses: actions/checkout@v4
16
+
17
+ - name: Install dependencies
18
+ run: composer install
19
20
+ - name: Run static analysis
21
+ run: composer stan
22
23
+ - name: Run tests
24
+ run: composer test
25
26
php83:
27
name: "php 8.3"
28
runs-on: ubuntu-latest
0 commit comments