Explorar el Código

:octocat: add PHP8 to test matrix

codemasher hace 4 años
padre
commit
440072b275
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/workflows/tests.yml

+ 1 - 0
.github/workflows/tests.yml

@@ -20,6 +20,7 @@ jobs:
           - php7.2
           - php7.3
           - php7.4
+          - php8.0
 
     steps:
       - name: "Checkout"