Browse Source

ci: run tests with PHP 8.4

Kévin Dunglas 7 months ago
parent
commit
496831329f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/tests.yaml

+ 1 - 1
.github/workflows/tests.yaml

@@ -19,7 +19,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        php-versions: ['8.2', '8.3']
+        php-versions: ['8.2', '8.3', '8.4']
     env:
       GOEXPERIMENT: cgocheck2
       GOMAXPROCS: 10