diff --git a/.github/workflows/build-all-parallel.yml b/.github/workflows/build-all-parallel.yml index 9b94f63..be694ea 100644 --- a/.github/workflows/build-all-parallel.yml +++ b/.github/workflows/build-all-parallel.yml @@ -108,7 +108,7 @@ jobs: runs-on: ubuntu-latest # This grabs the WPILib docker container - container: wpilib/roborio-cross-ubuntu:2025-22.04 + container: wpilib/roborio-cross-ubuntu:2026-22.04-py314 steps: - uses: actions/checkout@v4 @@ -144,3 +144,4 @@ jobs: - name: Test ${{ matrix.project-name }} run: | cd "python/${{ matrix.project-name }}" && python3 -m robotpy test + diff --git a/java/SwerveWithPathPlanner/vendordeps/PathplannerLib.json b/java/SwerveWithPathPlanner/vendordeps/PathplannerLib.json index 10f6cd2..1ad7ee3 100644 --- a/java/SwerveWithPathPlanner/vendordeps/PathplannerLib.json +++ b/java/SwerveWithPathPlanner/vendordeps/PathplannerLib.json @@ -3,7 +3,7 @@ "name": "PathplannerLib", "version": "2025.2.6", "uuid": "1b42324f-17c6-4875-8e77-1c312bc8c786", - "frcYear": "2025", + "frcYear": "2026", "mavenUrls": [ "https://3015rangerrobotics.github.io/pathplannerlib/repo" ], @@ -35,4 +35,4 @@ ] } ] -} \ No newline at end of file +}