update github actions (action + php version) and lint yaml
Hanno Böck

Hanno Böck commited on 2023-12-10 19:08:03
Zeige 1 geänderte Dateien mit 4 Einfügungen und 3 Löschungen.

... ...
@@ -1,5 +1,6 @@
1
+---
1 2
 name: run tests
2
-on:
3
+"on":
3 4
   - pull_request
4 5
   - push
5 6
 
... ...
@@ -8,10 +9,10 @@ jobs:
8 9
     runs-on: ubuntu-latest
9 10
     strategy:
10 11
       matrix:
11
-        php-versions: ['8.2']
12
+        php-versions: ['8.3']
12 13
     steps:
13 14
       - name: Checkout
14
-      uses: actions/checkout@v3
15
+        uses: actions/checkout@v4
15 16
 
16 17
       - name: Setup PHP
17 18
         uses: shivammathur/setup-php@v2
18 19